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>2007-02-21 22:22:33 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-02-21 22:22:33 +0300
commit59673dbb2a1642ea97716cdf457ac2a132faf612 (patch)
treea07cbe4a4ea6cb7bfc9b3b6ff68b9e4f2439623f /newlib/libc/reent/Makefile.am
parentba4dd414803a6cf3a31281a426c45b5566bda520 (diff)
2007-02-21 Patrick Mansfield <patmans@us.ibm.com>
* libc/reent/timer.c: Removed (split into two new files). * libc/reent/timesr.c: New file for _times_r. * libc/reent/gettimeofdayr.c: New file out _gettimeofday_r. * reent/Makefile.in: Remove timer.c, add timesr.c and gettimeofdayr.c. * libc/reent/Makefile.am: Regenerate.
Diffstat (limited to 'newlib/libc/reent/Makefile.am')
-rw-r--r--newlib/libc/reent/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libc/reent/Makefile.am b/newlib/libc/reent/Makefile.am
index babdd7046..37a334fe5 100644
--- a/newlib/libc/reent/Makefile.am
+++ b/newlib/libc/reent/Makefile.am
@@ -36,6 +36,7 @@ GENERAL_SOURCES = \
fcntlr.c \
fstatr.c \
getreent.c \
+ gettimeofdayr.c \
linkr.c \
lseekr.c \
openr.c \
@@ -44,7 +45,7 @@ GENERAL_SOURCES = \
signgam.c \
sbrkr.c \
statr.c \
- timer.c \
+ timesr.c \
unlinkr.c \
writer.c
@@ -69,6 +70,7 @@ CHEWOUT_FILES = \
execr.def \
fcntlr.def \
fstatr.def \
+ gettimeofdayr.def \
linkr.def \
lseekr.def \
openr.def \
@@ -76,7 +78,7 @@ CHEWOUT_FILES = \
signalr.def \
sbrkr.def \
statr.def \
- timer.def \
+ timesr.def \
unlinkr.def \
$(STDIO64_DEFS) \
writer.def