2003-09-05  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Change
	prototype to use variable argument lists and get the possible one
	argument via va_arg.
This commit is contained in:
Andreas Jaeger 2003-09-05 06:10:43 +00:00
parent d60f1e8d31
commit 13277fe1f6

View File

@ -1,3 +1,9 @@
2003-09-05 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Change
prototype to use variable argument lists and get the possible one
argument via va_arg.
2003-09-04 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Add back __THROW to sysconf, pathconf, fpathconf.