diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-06 09:35:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-06 09:35:02 +0000 |
commit | e470bcadf152cdd24cf5c78d64a1bfca22bb7ffc (patch) | |
tree | d2df385d12679b8a563362300fc26ab4381c646a /ChangeLog | |
parent | 452a71dcf734cac0363bdaa7966e333b83c7fc39 (diff) | |
download | glibc-e470bcadf152cdd24cf5c78d64a1bfca22bb7ffc.zip glibc-e470bcadf152cdd24cf5c78d64a1bfca22bb7ffc.tar.gz glibc-e470bcadf152cdd24cf5c78d64a1bfca22bb7ffc.tar.bz2 |
Update.
* include/errno.h: Use errno definition with __thread for now only
in libc and ld.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-09-06 Ulrich Drepper <drepper@redhat.com> + * include/errno.h: Use errno definition with __thread for now only + in libc and ld.so. + * test-skeleton.c (main): Improve error message for unexpected signal case. |