diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-09-28 16:22:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-09-28 16:26:33 -0700 |
commit | ea4d37b3169908615b7c17c9c506c6a6c16b3a26 (patch) | |
tree | de8978356ea5977e2f56cccaf1a562f7bc02fdd2 /ChangeLog | |
parent | 1fa1170b529e5a3a0c81b1e3bfb99ddfba423069 (diff) | |
download | glibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.zip glibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.tar.gz glibc-ea4d37b3169908615b7c17c9c506c6a6c16b3a26.tar.bz2 |
Implement POSIX-generic sleep via nanosleep rather than SIGARLM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ... |