diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 19:53:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 19:53:25 +0000 |
commit | 2f0f157e1c222a91a74d3a14292c28538972fa63 (patch) | |
tree | 4db8085975625ed9ec5124ebeaee48f66b2ac84b | |
parent | c63c4215f18f25eb7f87873b73df940c02931365 (diff) | |
download | glibc-2f0f157e1c222a91a74d3a14292c28538972fa63.tar.gz glibc-2f0f157e1c222a91a74d3a14292c28538972fa63.tar.xz glibc-2f0f157e1c222a91a74d3a14292c28538972fa63.zip |
Update.
* sysdeps/unix/sysv/linux/fexecve.c: New file.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 963bc6c4c3..8006ca6442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-11-04 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/fexecve.c: New file. + * libio/bug-wfflush.c (do_test): Using fseek is not allowed when wide oriented streams are used. |