glibc/sysdeps/posix
Ulrich Drepper e918a7feeb Update.
1998-07-09 13:34  Ulrich Drepper  <drepper@cygnus.com>

	* grp/grp.h: Define gid_t also for __USE_XOPEN.
	* io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
	* io/utime.h: Define time_t also for __USE_XOPEN.
	* io/sys/stat.h: Define time_t also for __USE_XOPEN.
	Define *_t types except for pid_t also for __USE_XOPEN.
	Define S_* macros also for __USE_XOPEN.
	* locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
	THOUSEP also for __USE_XOPEN.
	* math/math.c: Define M_* macros also for __USE_XOPEN.
	* math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
	* posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
	defined.
	* posix/glob.h: Likewise for GLOB_NOSYS.
	* posix/regex.h: Likewise for REG_NOSYS.
	* posix/wordexp.h: Likewise for WRDE_NOSYS.
	* posix/unistd.h: Define *_t types also for __USE_XOPEN.
	* posix/sys/wait.h: Define pid_t for __USE_XOPEN.
	* pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
	* signal/signal.h: Define pid_t also fir __USE_XOPEN.
	* sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
	for __USE_POSIX199309.
	* sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
	constants also for __USE_XOPEN.
	* wcsmbs/wchar.h: For XPG4 include wctype.h.

	* intl/dcgettext.c (find_msg): Initialize act to prevent warning.
	* locale/setlocale.c (new_composite_name): Likewise for last_len.

	* libio/stdio.h: Don't declare fclose_unlocked.

	* sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.

1998-07-08  Mark Kettenis  <kettenis@phys.uva.nl>

	* stdio/stdio.h: Add prototypes for fflush_unlocked,
	getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
	fgets_unlocked, fread_unlocked, fwrite_unlocked,
	clearerr_unlocked, feof_unlocked, ferror_unlocked,
	fileno_unlocked, flockfile, ftrylockfile, funlockfile.
	[__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr.  Add
	prototype for getopt.
	* stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
	* stdio/feof.c (feof_unlocked): Weak alias for feof.
	* stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
	* stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
	* stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
	* stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
	* stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
	* stdio/fread.c (fread_unlocked): Weak alias for fread.
	* stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
	* stdio/getc.c (getchar_unlocked): Weak alias for getc.
	* stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
	* stdio/putc.c (putc_unlocked): Weak alias for putc.
	* stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
	* stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
	feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
	fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
	getc_unlocked, getchar_unlocked, putc_unlocked and
	putchar_unlocked.

	* libio/Versions: Move flockfile, ftrylockfile and funlockfile
	from here ...
	* stdio-common/Versions: ... to here.

1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* Makerules (versioning): Correct typo.
1998-07-09 13:58:47 +00:00
..
clock.c Update. 1997-05-26 23:01:17 +00:00
ctermid.c Update. 1997-11-18 02:50:07 +00:00
cuserid.c update from main archive 961105 1996-11-06 04:24:40 +00:00
defs.c Update. 1997-09-11 12:09:10 +00:00
Dist
dup.c Update. 1997-05-26 23:01:17 +00:00
dup2.c Update. 1997-06-23 21:55:26 +00:00
euidaccess.c Update. 1997-03-09 06:16:49 +00:00
fdopen.c update from main archive 961207 1996-12-08 08:01:13 +00:00
flock.c Update. 1997-06-23 21:55:26 +00:00
fpathconf.c Update. 1998-07-09 13:58:47 +00:00
gai_strerror.c update from main archive 970225 1997-02-25 05:18:05 +00:00
getaddrinfo.c Update. 1997-08-20 03:53:21 +00:00
getcwd.c Update. 1997-12-01 17:16:22 +00:00
getdtsz.c Update. 1997-06-23 21:55:26 +00:00
getpagesize.c Update. 1997-06-23 21:55:26 +00:00
gettimeofday.c Update. 1997-06-23 21:55:26 +00:00
isatty.c Update. 1997-06-23 21:55:26 +00:00
isfdtype.c Update. 1997-03-16 20:28:07 +00:00
killpg.c Update. 1997-06-23 21:55:26 +00:00
libc_fatal.c Update. 1997-05-26 23:01:17 +00:00
Makefile Update. 1997-06-26 00:09:27 +00:00
mk-stdiolim.c Update. 1997-12-28 16:01:53 +00:00
mkstemp.c Update. 1998-06-07 14:06:56 +00:00
mktemp.c Update. 1998-04-13 22:59:33 +00:00
open64.c Update. 1997-10-12 04:05:44 +00:00
pathconf.c Update. 1998-07-08 22:53:56 +00:00
pipestream.c Update. 1997-09-11 12:09:10 +00:00
pread.c Update. 1997-10-26 20:13:00 +00:00
pread64.c Update. 1997-10-26 20:13:00 +00:00
profil.c (__profil): Don't define act and timer variables as static. 1998-05-12 09:33:31 +00:00
pwrite.c Update. 1997-12-08 03:06:47 +00:00
pwrite64.c Update. 1997-10-26 20:13:00 +00:00
raise.c update from main archive 961229 1996-12-30 01:47:46 +00:00
readv.c Update. 1997-03-21 20:00:48 +00:00
remove.c Update. 1997-06-23 21:55:26 +00:00
rename.c Update. 1997-06-23 21:55:26 +00:00
sigblock.c Update. 1997-12-08 03:06:47 +00:00
sigignore.c Update. 1998-04-20 18:41:05 +00:00
sigintr.c update from main archive 961119 1996-11-20 03:45:51 +00:00
signal.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sigpause.c update from main archive 970129 1997-01-30 04:09:36 +00:00
sigset.c Update. 1998-04-20 18:41:05 +00:00
sigsetmask.c Update. 1997-12-08 03:06:47 +00:00
sigsuspend.c Update. 1997-06-23 21:55:26 +00:00
sigvec.c Update. 1998-06-07 14:06:56 +00:00
sigwait.c update from main archive 970129 1997-01-30 04:09:36 +00:00
sleep.c Update. 1997-09-11 12:09:10 +00:00
stdio_init.c Update. 1997-09-11 12:09:10 +00:00
sysconf.c Update. 1997-12-22 20:53:38 +00:00
system.c Update. 1997-11-12 00:06:02 +00:00
sysv_signal.c Update. 1997-11-22 18:49:27 +00:00
tempname.c Update. 1997-10-12 04:05:44 +00:00
truncate.c Update. 1997-06-23 21:55:26 +00:00
ttyname.c Update. 1998-02-10 20:06:30 +00:00
ttyname_r.c Update. 1998-02-10 20:06:30 +00:00
utimes.c Update. 1997-06-23 21:55:26 +00:00
vdprintf.c update from main archive 970209 1997-02-10 03:19:57 +00:00
wait.c Update. 1997-06-23 21:55:26 +00:00
wait3.c Update. 1997-06-23 21:55:26 +00:00
waitid.c Update. 1998-04-20 18:41:05 +00:00
writev.c Update. 1997-11-06 00:02:46 +00:00