about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-17 13:52:32 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-17 13:52:32 -0700
commit7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3 (patch)
treea74652f06f7bc02a2bb11ce3dc7adbdfe756fbee
parent3bd9e9931bcb4ae2874a95319a11dff4c604afb6 (diff)
downloadglibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.tar.gz
glibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.tar.xz
glibc-7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3.zip
Move some things from sysdeps/unix to sysdeps/posix.
-rw-r--r--ChangeLog17
-rw-r--r--sysdeps/posix/alarm.c (renamed from sysdeps/unix/alarm.c)0
-rw-r--r--sysdeps/posix/mkfifo.c (renamed from sysdeps/unix/mkfifo.c)0
-rw-r--r--sysdeps/posix/mkfifoat.c (renamed from sysdeps/unix/mkfifoat.c)0
-rw-r--r--sysdeps/posix/nice.c (renamed from sysdeps/unix/nice.c)0
-rw-r--r--sysdeps/posix/time.c (renamed from sysdeps/unix/time.c)0
-rw-r--r--sysdeps/posix/utime.c (renamed from sysdeps/unix/utime.c)0
7 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f793c74b8..70407fef29 100644
--- 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>
diff --git a/sysdeps/unix/alarm.c b/sysdeps/posix/alarm.c
index 730f2c4c77..730f2c4c77 100644
--- a/sysdeps/unix/alarm.c
+++ b/sysdeps/posix/alarm.c
diff --git a/sysdeps/unix/mkfifo.c b/sysdeps/posix/mkfifo.c
index 70329bd12a..70329bd12a 100644
--- a/sysdeps/unix/mkfifo.c
+++ b/sysdeps/posix/mkfifo.c
diff --git a/sysdeps/unix/mkfifoat.c b/sysdeps/posix/mkfifoat.c
index 33fa6bde71..33fa6bde71 100644
--- a/sysdeps/unix/mkfifoat.c
+++ b/sysdeps/posix/mkfifoat.c
diff --git a/sysdeps/unix/nice.c b/sysdeps/posix/nice.c
index b986ffbf30..b986ffbf30 100644
--- a/sysdeps/unix/nice.c
+++ b/sysdeps/posix/nice.c
diff --git a/sysdeps/unix/time.c b/sysdeps/posix/time.c
index e026a384df..e026a384df 100644
--- a/sysdeps/unix/time.c
+++ b/sysdeps/posix/time.c
diff --git a/sysdeps/unix/utime.c b/sysdeps/posix/utime.c
index a750ecc290..a750ecc290 100644
--- a/sysdeps/unix/utime.c
+++ b/sysdeps/posix/utime.c