From 13b74a58c268897b870cdcd1d649ec0138fc61c4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Mar 2002 01:52:54 +0000 Subject: Fixup redefinition of NL_ARGMAX --- libc/sysdeps/linux/common/bits/uClibc_stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_stdio.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index 87d4b99ae..becb0fa33 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -104,7 +104,7 @@ typedef int __wchar_t; /* TODO: temporary, as not currently uClibc */ /**********************************************************************/ /* TODO -- posix or gnu -- belongs in limits.h and >= 9 for sus */ /* NOTE: for us it is currently _always_ 9 */ -#define NL_ARGMAX 9 +/*#define NL_ARGMAX 9*/ /* TODO -- where should this go? */ #ifndef O_LARGEFILE -- cgit v1.2.3