This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH] move some things from sysdeps/unix to sysdeps/posix


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>

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]