| commit | c54b8b69ede9d92e802baa1163d9cd734b034fb4 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Fri Jan 27 05:51:54 2006 +0000 |
| committer | rsc <devnull@localhost> | Fri Jan 27 05:51:54 2006 +0000 |
| tree | 7b36e7792b73a8ed5c8f2373a346efa5b1735d5f | |
| parent | bc5d57712754818a2320a385afbf1c0c9558a4b3 [diff] [blame] |
bsd
diff --git a/include/u.h b/include/u.h index c3f0081..466f3ea 100644 --- a/include/u.h +++ b/include/u.h
@@ -154,6 +154,7 @@ * 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));