aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-01-27 05:51:54 +0000
committerrsc <devnull@localhost>2006-01-27 05:51:54 +0000
commitc54b8b69ede9d92e802baa1163d9cd734b034fb4 (patch)
tree7b36e7792b73a8ed5c8f2373a346efa5b1735d5f /include/u.h
parentbc5d57712754818a2320a385afbf1c0c9558a4b3 (diff)
downloadplan9port-c54b8b69ede9d92e802baa1163d9cd734b034fb4.tar.gz
plan9port-c54b8b69ede9d92e802baa1163d9cd734b034fb4.tar.bz2
plan9port-c54b8b69ede9d92e802baa1163d9cd734b034fb4.zip
bsd
Diffstat (limited to 'include/u.h')
-rw-r--r--include/u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u.h b/include/u.h
index c3f0081f..466f3eab 100644
--- a/include/u.h
+++ b/include/u.h
@@ -154,6 +154,7 @@ typedef int32_t s32int;
* Gcc is too smart for its own good.
*/
#if defined(__GNUC__)
+# undef strcmp /* causes way too many warnings */
# if __GNUC__ >= 4 || (__GNUC__==3 && !defined(__APPLE_CC__))
# undef AUTOLIB
# define AUTOLIB(x) int __p9l_autolib_ ## x __attribute__ ((weak));