diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-22 20:26:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-22 20:26:28 +0000 |
commit | 7736feb2769e32b669bffcccb89483163116ed5c (patch) | |
tree | ae39217ea668958a9f67c4bb5ae1f7ae54bb9f4f /newlib/libc/sys/linux/Makefile.am | |
parent | 613251a46db43c02ac3a39352e08b153560b2d4c (diff) | |
download | cygnal-7736feb2769e32b669bffcccb89483163116ed5c.tar.gz cygnal-7736feb2769e32b669bffcccb89483163116ed5c.tar.bz2 cygnal-7736feb2769e32b669bffcccb89483163116ed5c.zip |
2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/shm_open.c: New file.
* libc/sys/linux/shm_unlink.c: Ditto.
* libc/sys/linux/Makefile.am: Add support for shm_open.c and
shm_unlink.c.
* libc/sys/linux/Makefile.in: Regenerated.
* libc/sys/linux/sys/types.h: Add some additional checks to see
if clock_t or time_t is already defined.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r-- | newlib/libc/sys/linux/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am index ad9aed813..b75a41d40 100644 --- a/newlib/libc/sys/linux/Makefile.am +++ b/newlib/libc/sys/linux/Makefile.am @@ -6,14 +6,14 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) SUBDIRS = machine \ . - SUBLIBS = $(LINUX_MACH_LIB) LIB_SOURCES = \ brk.c flockfile.c funlockfile.c getoptlong.c getreent.c ids.c \ inode.c io.c io64.c linux.c mmap.c \ pread.c pread64.c process.c pwrite.c pwrite64.c raise.c realpath.c \ - sched.c select.c signal.c siglongjmp.c socket.c sleep.c stack.c \ + sched.c select.c shm_open.c shm_unlink.c signal.c siglongjmp.c \ + socket.c sleep.c stack.c \ sysconf.c systat.c system.c tcdrain.c termios.c time.c \ usleep.c wait.c |