diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-15 15:48:18 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-15 15:48:18 -0700 |
commit | 8badf496ab2cfa40a8d98fa0557b69c539e10a72 (patch) | |
tree | 81e0de8559f68eaad0075d55014f9e07c51cada4 /ChangeLog | |
parent | 3df6f22e5fde470a6e0242e582e58919493bdd54 (diff) | |
download | glibc-8badf496ab2cfa40a8d98fa0557b69c539e10a72.tar.gz glibc-8badf496ab2cfa40a8d98fa0557b69c539e10a72.tar.xz glibc-8badf496ab2cfa40a8d98fa0557b69c539e10a72.zip |
Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7be5a52e49..3f78f8243e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-07-15 Roland McGrath <roland@hack.frob.com> + * nptl/pthread_kill.c: New file. + * nptl/pthread_sigmask.c: New file. + * nptl/pthread_sigqueue.c: New file. + * sysdeps/nptl/lowlevellock.h: New file. * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file. * sysdeps/nptl/lowlevellock-futex.h: New file. |