glibc/sysdeps/posix
Ulrich Drepper 28f367c4e3 Update.
* posix/Makefile (install-others): Add $(inst_libexecdir)/getconf.
	(CFLAGS-sysconf.c): Add -D_GETCONF_DIR.
	(CFLAGS-getconf.c): New.
	($(inst_libexecdir)/getconf): New.
	* posix/confstr.c (confstr): Use __sysconf to query specifications
	that don't have _POSIX_V6_* macros defined.  Use __*_{C,LD}FLAGS
	macros defined in bits/environments.h.
	* sysdeps/posix/sysconf.c: Include stdlib.h, string.h and
	sys/stat.h.
	(__sysconf_check_spec): New routine.
	(__sysconf): Use it.
	* posix/getconf.c (specs): Change into structure array.
	(main): If -v is not given, try to get default from
	$(libexecdir)/getconf/default.  If specification is not
	supported by this getconf, try to execute
	$(libexecdir)/getconf/$(specification).
	* sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: New file.
	* sysdeps/unix/sysv/linux/s390/bits/environments.h: New file.
	* sysdeps/unix/sysv/linux/powerpc/bits/environments.h: New file.
	* sysdeps/unix/sysv/linux/sparc/bits/environments.h: New file.
	* sysdeps/unix/sysv/linux/i386/bits/environments.h: New file.
	* sysdeps/unix/sysv/linux/x86_64/bits/environments.h: New file.
	* sysdeps/generic/bits/environments.h (__ILP32_OFFBIG_CFLAGS):
	Define.

2004-11-26  Jakub Jelinek  <jakub@redhat.com>
2004-11-26 08:16:33 +00:00
..
clock_getres.c Update. 2003-06-25 00:00:50 +00:00
clock.c
ctermid.c
cuserid.c
dup2.c
dup.c
euidaccess.c
flock.c
fpathconf.c
gai_strerror.c Update. 2004-03-08 22:23:43 +00:00
getaddrinfo.c Update. 2004-11-22 18:43:44 +00:00
getcwd.c
getdtsz.c
getpagesize.c
gettimeofday.c
isatty.c
isfdtype.c
killpg.c
libc_fatal.c Update. 2004-11-17 09:10:08 +00:00
open64.c
pathconf.c
pause.c
posix_fallocate64.c Update. 2004-03-10 09:29:17 +00:00
posix_fallocate.c Update. 2003-08-22 18:11:32 +00:00
pread64.c
pread.c
profil.c Update. 2004-07-06 04:26:42 +00:00
pwrite64.c
pwrite.c
raise.c
readv.c
remove.c Update. 2003-04-19 16:57:17 +00:00
rename.c
shm_open.c
shm_unlink.c
sigblock.c
sigignore.c
sigintr.c
signal.c
sigpause.c Update. 2004-05-10 04:49:53 +00:00
sigset.c
sigsetmask.c
sigsuspend.c
sigvec.c Update. 2004-09-14 04:41:35 +00:00
sigwait.c
sleep.c
spawni.c Update. 2004-09-12 18:05:37 +00:00
sprofil.c Update. 2003-09-23 07:24:22 +00:00
sysconf.c Update. 2004-11-26 08:16:33 +00:00
system.c Update. 2003-06-15 21:22:26 +00:00
sysv_signal.c
tempname.c
truncate.c
ttyname_r.c Update. 2004-09-14 04:41:35 +00:00
ttyname.c
utimes.c Update. 2003-09-17 09:18:37 +00:00
wait3.c
wait.c
waitid.c 2004-07-26 Roland McGrath <roland@redhat.com> 2004-07-27 01:20:15 +00:00
writev.c