svn commit: trunk/uClibc/libc/unistd
aldot at uclibc.org
aldot at uclibc.org
Sun Jan 21 02:46:54 PST 2007
Author: aldot
Date: 2007-01-21 02:46:53 -0800 (Sun, 21 Jan 2007)
New Revision: 17429
Log:
- repair misplaced #endif that got introduced in r17410. Fixes compilation.
Modified:
trunk/uClibc/libc/unistd/sysconf.c
Changeset:
Modified: trunk/uClibc/libc/unistd/sysconf.c
===================================================================
--- trunk/uClibc/libc/unistd/sysconf.c 2007-01-21 05:17:06 UTC (rev 17428)
+++ trunk/uClibc/libc/unistd/sysconf.c 2007-01-21 10:46:53 UTC (rev 17429)
@@ -891,7 +891,7 @@
return _POSIX_VERSION;
RETURN_NEG_1;
+#endif
}
-#endif
}
libc_hidden_def(sysconf)
More information about the uClibc-cvs
mailing list