[COMMITTED PATCH] move some things from sysdeps/unix to sysdeps/posix
Mike Frysinger
vapier@gentoo.org
Sat Aug 18 02:42:00 GMT 2012
On Friday 17 August 2012 17:13:40 Roland McGrath wrote:
> > Did you check for #includes of these files? At least sysdeps/unix/time.c
> > is #included by sysdeps/unix/sysv/linux/time.c (that #include if
> > __NR_time isn't defined, which may in fact only be the case for systems
> > using the generic syscall ABI); I don't know offhand if there are other
> > #includes of any of these files.
>
> D'oh! I completely forgot about that. I'll follow up now.
i had to commit this too to fix the build
-mike
diff --git a/ChangeLog b/ChangeLog
index c8b0e6a..79b5717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-17 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
+
2012-08-17 Marek Polacek <polacek@redhat.com>
* sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
diff --git a/sysdeps/unix/sysv/linux/nice.c b/sysdeps/unix/sysv/linux/nice.c
index 46a6da8..3bcbb1e 100644
--- a/sysdeps/unix/sysv/linux/nice.c
+++ b/sysdeps/unix/sysv/linux/nice.c
@@ -1 +1 @@
-#include <sysdeps/unix/nice.c>
+#include <sysdeps/posix/nice.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20120818/4a5b67ef/attachment.sig>
More information about the Libc-alpha
mailing list