Move some things from sysdeps/unix to sysdeps/posix.
authorRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 20:52:32 +0000 (13:52 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 20:52:32 +0000 (13:52 -0700)
ChangeLog
sysdeps/posix/alarm.c [moved from sysdeps/unix/alarm.c with 100% similarity]
sysdeps/posix/mkfifo.c [moved from sysdeps/unix/mkfifo.c with 100% similarity]
sysdeps/posix/mkfifoat.c [moved from sysdeps/unix/mkfifoat.c with 100% similarity]
sysdeps/posix/nice.c [moved from sysdeps/unix/nice.c with 100% similarity]
sysdeps/posix/time.c [moved from sysdeps/unix/time.c with 100% similarity]
sysdeps/posix/utime.c [moved from sysdeps/unix/utime.c with 100% similarity]

index 6f793c7..70407fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2012-08-17  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/unix/mkfifo.c: Moved ...
+       * sysdeps/posix/mkfifo.c: ... here.
+       * sysdeps/unix/mkfifoat.c: Moved ...
+       * sysdeps/posix/mkfifoat.c: ... here.
+
+       * sysdeps/unix/utime.c: Moved ...
+       * sysdeps/posix/utime.c: ... here.
+
+       * sysdeps/unix/time.c: Moved ...
+       * sysdeps/posix/time.c: ... here.
+
+       * sysdeps/unix/nice.c: Moved ...
+       * sysdeps/posix/nice.c: ... here.
+
+       * sysdeps/unix/alarm.c: Moved ...
+       * sysdeps/posix/alarm.c: ... here.
+
        * intl/Makefile ($(codeset_mo)): Depend on the input file.
 
 2012-08-17  Jeff Law <law@redhat.com>
similarity index 100%
rename from sysdeps/unix/alarm.c
rename to sysdeps/posix/alarm.c
similarity index 100%
rename from sysdeps/unix/mkfifo.c
rename to sysdeps/posix/mkfifo.c
similarity index 100%
rename from sysdeps/unix/nice.c
rename to sysdeps/posix/nice.c
similarity index 100%
rename from sysdeps/unix/time.c
rename to sysdeps/posix/time.c
similarity index 100%
rename from sysdeps/unix/utime.c
rename to sysdeps/posix/utime.c