diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-19 10:00:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-19 10:00:23 +0000 |
commit | 97aa195cf78ad62825df0e381f20df1ea227ec18 (patch) | |
tree | d30cfc243e151bfd34c5e0786a7f92407469375a /io/Makefile | |
parent | 9b29e6f7a31d9ae5534d420137454e086b9980fc (diff) | |
download | glibc-97aa195cf78ad62825df0e381f20df1ea227ec18.tar glibc-97aa195cf78ad62825df0e381f20df1ea227ec18.tar.gz glibc-97aa195cf78ad62825df0e381f20df1ea227ec18.tar.bz2 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 'io/Makefile')
-rw-r--r-- | io/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index c484e4024f..cf8d21b24f 100644 --- a/io/Makefile +++ b/io/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -29,7 +29,8 @@ headers := sys/stat.h statbuf.h \ routines := \ utime \ mkfifo \ - stat fstat lstat \ + stat fstat lstat mknod \ + xstat fxstat lxstat xmknod \ umask chmod fchmod mkdir \ open close read write lseek access euidaccess \ fcntl flock lockf \ |