diff options
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index f211f48..bb5f54e 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -48,6 +48,9 @@ Cambridge, MA 02139, USA. */ #define _LIBC 1 #include <config.h> + +/* This disables sccsid/rcsid strings in lots of code of non-GNU origin. */ +#define lint 1 /* */ |