glibc/argp
Ulrich Drepper f377d02227 Update.
* include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
	and atomic_dealy is not already defined.
	* sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
	* sysdeps/x86_64/bits/atomic.h: Likewise.

	* miscd/sys/cdefs.h (__NTH): New macro.
	(__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
	(__REDIRECT_NTH): New macro.
	* argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
	* ctype/ctype.h: Likewise.
	* dirent/dirent.h: Likewise.
	* io/fcntl.h: Likewise.
	* io/sys/sendfile.h: Likewise.
	* io/sys/stat.h: Likewise.
	* io/sys/statfs.h: Likewise.
	* io/sys/statvfs.h: Likewise.
	* libio/bits/stdio.h: Likewise.
	* misc/sys/mman.h: Likewise.
	* posix/unistd.h: Likewise.
	* resource/sys/resource.h: Likewise.
	* rt/aio.h: Likewise.
	* signal/signal.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/argz.h: Likewise.
	* string/string.h: Likewise.
	* sysdeps/generic/inttypes.h: Likewise.
	* sysdeps/i386/fpu/bits/mathinline.h: Likewise.
	* sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
	* sysdeps/s390/fpu/bits/mathinline.h: Likewise.
	* sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
	* wcsmbs/wchar.h: Likewise.

	* sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.

	* resolv/gethnamaddr.c (getanswer): Remove __P use in variable
	definition.

	* io/sys/poll.h: Remove __THROW from poll prototype, it's a
	cancellation point.
2004-09-07 22:33:37 +00:00
..
Makefile Update. 2003-09-16 05:54:09 +00:00
Versions
argp-ba.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-eexst.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-fmtstream.c (__argp_fmtstream_ensure): Check for size_t overflow when reallocating storage. 2003-09-25 05:34:28 +00:00
argp-fmtstream.h Update. 2003-10-02 22:55:10 +00:00
argp-fs-xinl.c Update. 2003-01-08 06:49:39 +00:00
argp-help.c (__argp_error, __argp_failure): Check result of __asprintf call and don't use string if it failed. 2004-06-01 22:15:24 +00:00
argp-namefrob.h Update. 2003-11-29 07:20:47 +00:00
argp-parse.c Update. 2004-03-09 10:36:53 +00:00
argp-pv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-pvh.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-test.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-xinl.c Update. 2003-10-02 22:55:10 +00:00
argp.h Update. 2004-09-07 22:33:37 +00:00
tst-argp1.c Use test-skeleton.c. 2003-03-17 19:21:04 +00:00