diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-30 08:32:48 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-30 08:32:48 +0000 |
commit | 2c179ef0138623d599fdb7044519e4f728aefc11 (patch) | |
tree | 6f01aa611a027298e5ee2d0e3995f9edaebd4933 /ChangeLog | |
parent | b7dd38e6e7b086b69e7033de7dd5b3836226a3a8 (diff) | |
download | glibc-2c179ef0138623d599fdb7044519e4f728aefc11.tar.gz glibc-2c179ef0138623d599fdb7044519e4f728aefc11.tar.xz glibc-2c179ef0138623d599fdb7044519e4f728aefc11.zip |
Update.
2001-04-30 Jakub Jelinek <jakub@redhat.com> * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so that _CS_LFS_CFLAGS can fall through to the empty returned string case. Add FALLTHROUGH comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81f473054f..42a27172eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-30 Jakub Jelinek <jakub@redhat.com> + + * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so + that _CS_LFS_CFLAGS can fall through to the empty returned string + case. Add FALLTHROUGH comment. + 2001-04-29 Ralf Baechle <ralf@gnu.org> * sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure |