diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:54:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:54:12 -0700 |
commit | e436eb790f577218f9cea15e545500e952df80ae (patch) | |
tree | 97faeb52afe00d572504370517ac3a7b5301f0b4 /ChangeLog | |
parent | 6af246cf8b6cac6e504aaf06c47b284a204335e0 (diff) | |
download | glibc-e436eb790f577218f9cea15e545500e952df80ae.tar.gz glibc-e436eb790f577218f9cea15e545500e952df80ae.tar.xz glibc-e436eb790f577218f9cea15e545500e952df80ae.zip |
NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dfad901052..f6a03715da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-10-20 Roland McGrath <roland@hack.frob.com> + * nptl/version.c (__nptl_main): Use normal __write rather than + INTERNAL_SYSCALL. + (banner): Update copyright years. + * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using gettimeofday. * nptl/pthread_rwlock_timedwrlock.c: Likewise. |