diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-22 11:49:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-22 11:49:29 +0000 |
commit | 9271a050b5af6594ab112a9c116854953b041d8f (patch) | |
tree | 4e858e3b7bedaaba8122e7ef378313192ae9653f /ChangeLog | |
parent | e595c802ca9a9eb2c7d5e72cb7b9437d25063c97 (diff) | |
download | glibc-9271a050b5af6594ab112a9c116854953b041d8f.tar glibc-9271a050b5af6594ab112a9c116854953b041d8f.tar.gz glibc-9271a050b5af6594ab112a9c116854953b041d8f.tar.bz2 glibc-9271a050b5af6594ab112a9c116854953b041d8f.zip |
Update.
1998-10-22 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
sanity check for n.
* sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
* sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
EINVAL if errno == ENODEV. Tested by VSX-PCT.
* sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
by VSX-PCT.
* posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +1998-10-22 H.J. Lu <hjl@gnu.org> + + * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add + sanity check for n. + * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise. + + * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to + EINVAL if errno == ENODEV. Tested by VSX-PCT. + + * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested + by VSX-PCT. + + * posix/execvp.c (execvp): Check "". Tested by VSX-PCT. + 1998-10-22 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef |