about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-19 10:00:23 +0000
committerRoland McGrath <roland@gnu.org>1996-01-19 10:00:23 +0000
commit97aa195cf78ad62825df0e381f20df1ea227ec18 (patch)
treed30cfc243e151bfd34c5e0786a7f92407469375a /ChangeLog
parent9b29e6f7a31d9ae5534d420137454e086b9980fc (diff)
downloadglibc-97aa195cf78ad62825df0e381f20df1ea227ec18.tar.gz
glibc-97aa195cf78ad62825df0e381f20df1ea227ec18.tar.xz
glibc-97aa195cf78ad62825df0e381f20df1ea227ec18.zip
* io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod. cvs/libc-960119
	* sysdeps/unix/sysv/linux/ptrace.c: Use ... decl, and stdarg.h to
	get args.

	* posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
	defines GNU extensions.
	* posix/fnmatch.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93a726d3f1..47e8d7e01a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 Thu Jan 18 00:32:43 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+	* io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod.
+
+	* sysdeps/unix/sysv/linux/ptrace.c: Use ... decl, and stdarg.h to
+	get args.
+
+	* posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
+	defines GNU extensions.
+	* posix/fnmatch.c: Likewise.
+
 	Replaced all simple system call files *.S throughout sysdeps/unix
 	with syscalls.list files to be processed by make-syscalls.sh.
 	* sysdeps/unix/s-proto.S: New file.