about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-09-28 16:22:51 -0700
committerRoland McGrath <roland@hack.frob.com>2012-09-28 16:26:33 -0700
commitea4d37b3169908615b7c17c9c506c6a6c16b3a26 (patch)
treede8978356ea5977e2f56cccaf1a562f7bc02fdd2 /ChangeLog
parent1fa1170b529e5a3a0c81b1e3bfb99ddfba423069 (diff)
downloadglibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.tar.gz
glibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.tar.xz
glibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.zip
Implement POSIX-generic sleep via nanosleep rather than SIGARLM.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a31c3f302..8f61e771b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-09-28  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
+	instead of SIGALRM.
+
 	* sysdeps/gnu/_G_config.h: Moved to ...
 	* sysdeps/unix/sysv/linux/_G_config.h: ... here.
 	* sysdeps/mach/hurd/_G_config.h: Moved to ...