aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/reent/Makefile.am
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-01-29 22:40:50 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-01-29 22:40:50 +0000
commit3aaa66f813d099dbb04e637459e168800d231aa3 (patch)
treee414ca81677237109cb042c9a3c907496893f59d /newlib/libc/reent/Makefile.am
parent2f3ea37bc8710a775cc1174c496c7fa559f95cdd (diff)
downloadnewlib-3aaa66f813d099dbb04e637459e168800d231aa3.zip
newlib-3aaa66f813d099dbb04e637459e168800d231aa3.tar.gz
newlib-3aaa66f813d099dbb04e637459e168800d231aa3.tar.bz2
2001-01-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (signgam): Change to errno-like solution using a function to return the address of the real signgam. * libc/reent/signgam.c: New file containing __signgam(). * libc/reent/Makefile.am: Added signgam.c to list of files. * libc/reent/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/reent/Makefile.am')
-rw-r--r--newlib/libc/reent/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/reent/Makefile.am b/newlib/libc/reent/Makefile.am
index 87a847e..655168a 100644
--- a/newlib/libc/reent/Makefile.am
+++ b/newlib/libc/reent/Makefile.am
@@ -18,6 +18,7 @@ lib_a_SOURCES = \
readr.c \
signalr.c \
sbrkr.c \
+ signgam.c \
statr.c \
timer.c \
unlinkr.c \