From 05cd7f3a98e6ce971767ae0214d20ca5744a0152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 14 Sep 2004 20:41:46 +0000 Subject: [PATCH] Make it build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8945 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/getopt/getopt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kernel/libroot/posix/glibc/getopt/getopt.c b/src/kernel/libroot/posix/glibc/getopt/getopt.c index 289d137e20..f0637bddc0 100644 --- a/src/kernel/libroot/posix/glibc/getopt/getopt.c +++ b/src/kernel/libroot/posix/glibc/getopt/getopt.c @@ -76,6 +76,9 @@ # endif #endif +/* ToDo: for now! */ +#undef _LIBC + #ifndef _ /* This is for other GNU distributions with internationalized messages. */ # if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC