diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 13:52:32 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 13:52:32 -0700 |
commit | 7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3 (patch) | |
tree | a74652f06f7bc02a2bb11ce3dc7adbdfe756fbee /ChangeLog | |
parent | 3bd9e9931bcb4ae2874a95319a11dff4c604afb6 (diff) | |
download | glibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.zip glibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.tar.gz glibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.tar.bz2 |
Move some things from sysdeps/unix to sysdeps/posix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |