diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-19 07:27:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-19 07:27:58 +0000 |
commit | f9d07577ce74d2f3da0e091940214ad16efbf3c0 (patch) | |
tree | 0c78aacfde5e00bb3ecdd04a8ee38ab3fad76f8d /ChangeLog | |
parent | 786dcb6287b61bbd5ebb905cbc5b1496b927d7b8 (diff) | |
download | glibc-f9d07577ce74d2f3da0e091940214ad16efbf3c0.tar.gz |
* sysdeps/unix/sysv/linux/kernel-features.h: Define
__ASSUME_PROC_SELF_FD_SYMLINK.
* sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility
code is possible. Move compatibility code in .text.compat section.
* sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-04-19 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_PROC_SELF_FD_SYMLINK. + * sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility + code is possible. Move compatibility code in .text.compat section. + * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise. + 2006-04-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop |