diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-02 08:38:42 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-02 08:38:42 +0000 |
commit | 901a5bd7f40dd8431490f80c1e50d6709245ce75 (patch) | |
tree | 2cc9ae51a9472189ec86ebc0192609545eca7381 /ChangeLog | |
parent | 3d9ebedba1660b4a4bc95347d1689d26e4a23b04 (diff) | |
download | glibc-901a5bd7f40dd8431490f80c1e50d6709245ce75.tar.gz glibc-901a5bd7f40dd8431490f80c1e50d6709245ce75.tar.xz glibc-901a5bd7f40dd8431490f80c1e50d6709245ce75.zip |
Update.
2000-03-02 Andreas Jaeger <aj@suse.de> * posix/unistd.h: __THROW has to precede __attribute__, otherwise g++ fails to parse this. Reported by Sean Chen <sean.chen@turbolinux.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 704a78986f..f43d093b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-02 Andreas Jaeger <aj@suse.de> + + * posix/unistd.h: __THROW has to precede __attribute__, otherwise + g++ fails to parse this. + Reported by Sean Chen <sean.chen@turbolinux.com>. + 2000-02-28 Ulrich Drepper <drepper@redhat.com> * io/creat.c: Moved to... |