Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-23 23:40:45 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-23 23:40:45 +0400
commitbc10065533261fbde738caea2096b2bac81a970b (patch)
treefa6331544d9f8fb21b59685f241716ffd818e894 /newlib/libc/sys/linux/Makefile.am
parent010bb8a4a1548252fc0c72943441a2252bc7aca9 (diff)
2002-07-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Move fcloseall prototype within #ifndef _REENT_ONLY section. * libc/sys/linux/Makefile.am: Add new files. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/sys/stdio.h: Add ctermid prototype. * libc/sys/linux/sys/unistd.h: Add ttyname_r prototype. * libc/sys/linux/sys/types.h: Add ino64_t type. * libc/sys/linux/ctermid.c: New file. * libc/sys/linux/ttyname_r.c: Ditto. * libc/sys/linux/readdir64.c: Ditto.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index f79e262c0..3635b43c2 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = cygnus
-INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
+INCLUDES = -I$(srcdir)/include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
SUBDIRS = machine \
.
@@ -19,6 +19,7 @@ LIB_SOURCES = \
clock_getres.c \
clock_gettime.c \
clock_settime.c \
+ ctermid.c \
flockfile.c \
fpathconf.c \
free.c \
@@ -67,6 +68,7 @@ LIB_SOURCES = \
pwrite.c \
pwrite64.c \
raise.c \
+ readdir64.c \
realloc.c \
reallocr.c \
realpath.c \
@@ -98,6 +100,7 @@ LIB_SOURCES = \
tcsendbrk.c \
termios.c \
time.c \
+ ttyname_r.c \
usleep.c \
utimes.c \
vallocr.c \