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>.
This commit is contained in:
Andreas Jaeger 2000-03-02 08:38:42 +00:00
parent 3d9ebedba1
commit 901a5bd7f4
1 changed files with 6 additions and 0 deletions

View File

@ -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...