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-29 21:40:10 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-29 21:40:10 +0400
commit60d99bce80566bc3458eb4e00e46d87569c17cba (patch)
tree481efb2f6ff2b2109c3e02c696792958986714d1 /newlib/libc/sys/linux/Makefile.am
parentbda7fbff4889b64b9adef29fd466feaf382bfb27 (diff)
2002-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add aio64.c. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/aio.c (aio_init): ENOSYS stub added. * libc/sys/linux/aio64.c: New file.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index 5d50b0b71..69787cf8d 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -11,6 +11,7 @@ SUBLIBS = \
LIB_SOURCES = \
aio.c \
+ aio64.c \
brk.c \
calloc.c \
callocr.c \