From: Roland McGrath Date: Fri, 17 Aug 2012 20:52:32 +0000 (-0700) Subject: Move some things from sysdeps/unix to sysdeps/posix. X-Git-Tag: upstream/2.30~10405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3;p=external%2Fglibc.git Move some things from sysdeps/unix to sysdeps/posix. --- diff --git a/ChangeLog b/ChangeLog index 6f793c7..70407fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2012-08-17 Roland McGrath + * 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 diff --git a/sysdeps/unix/alarm.c b/sysdeps/posix/alarm.c similarity index 100% rename from sysdeps/unix/alarm.c rename to sysdeps/posix/alarm.c diff --git a/sysdeps/unix/mkfifo.c b/sysdeps/posix/mkfifo.c similarity index 100% rename from sysdeps/unix/mkfifo.c rename to sysdeps/posix/mkfifo.c diff --git a/sysdeps/unix/mkfifoat.c b/sysdeps/posix/mkfifoat.c similarity index 100% rename from sysdeps/unix/mkfifoat.c rename to sysdeps/posix/mkfifoat.c diff --git a/sysdeps/unix/nice.c b/sysdeps/posix/nice.c similarity index 100% rename from sysdeps/unix/nice.c rename to sysdeps/posix/nice.c diff --git a/sysdeps/unix/time.c b/sysdeps/posix/time.c similarity index 100% rename from sysdeps/unix/time.c rename to sysdeps/posix/time.c diff --git a/sysdeps/unix/utime.c b/sysdeps/posix/utime.c similarity index 100% rename from sysdeps/unix/utime.c rename to sysdeps/posix/utime.c