changeset 1695:dcaa6003b183 draft

Don't bother to try to fix uClibc non posix-compliance.
author Rob Landley <rob@landley.net>
date Sun, 05 Oct 2014 21:49:43 -0500
parents 4f2b55e22fa1
children f24a3b643df4
files sources/patches/uClibc-stpcpy.patch
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/uClibc-stpcpy.patch	Sun Oct 05 21:44:40 2014 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-stpcpy is from posix-2008, not the gnu/dammit project.  See:
-
-  http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html
-
-Needing to #define __ALL_HAIL_RICHARD_STALLMAN in order to get a posix
-function is just _sad_.
-
-diff --git a/include/string.h b/include/string.h
-index f11a726..73534cb 100644
---- a/include/string.h
-+++ b/include/string.h
-@@ -416,9 +416,7 @@ extern char *strsep (char **__restrict __stringp,
- 		     __const char *__restrict __delim)
-      __THROW __nonnull ((1, 2));
- libc_hidden_proto(strsep)
--#endif
- 
--#ifdef	__USE_GNU
- /* Compare S1 and S2 as strings holding name & indices/version numbers.  */
- extern int strverscmp (__const char *__s1, __const char *__s2)
-      __THROW __attribute_pure__ __nonnull ((1, 2));