diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-06 23:38:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-06 23:38:01 +0000 |
commit | 13ece8977b7c7ddc97f906a6a374816f254c50f2 (patch) | |
tree | 82a01b6177fc419e40097166469cab3e90acf05a /ChangeLog | |
parent | 01cec3edaa628d855d8b56b750b36035127ee681 (diff) | |
download | glibc-13ece8977b7c7ddc97f906a6a374816f254c50f2.tar.gz glibc-13ece8977b7c7ddc97f906a6a374816f254c50f2.tar.xz glibc-13ece8977b7c7ddc97f906a6a374816f254c50f2.zip |
Update.
* include/wctype.h: Define iswalnum with libc_hidden_proto. * include/signal.h: Define raise with libc_hidden_proto. * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and __execve instead of snprintf and execve.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8e69330766..22ec5017fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2002-12-06 Ulrich Drepper <drepper@redhat.com> + * include/wctype.h: Define iswalnum with libc_hidden_proto. + + * include/signal.h: Define raise with libc_hidden_proto. + + * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and + __execve instead of snprintf and execve. + * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double again a bit. |