diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-06-13 23:24:03 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-06-13 23:24:03 +0000 |
commit | d062d3ddec032d9bf47a3847838bb28297ab91aa (patch) | |
tree | ca56138942fa20997e299c679e0ff97bce9586a7 /newlib/libc/stdlib/Makefile.am | |
parent | 5cf8f50a538c160c4ff3575d9e46676a0a7b47ec (diff) | |
download | cygnal-d062d3ddec032d9bf47a3847838bb28297ab91aa.tar.gz cygnal-d062d3ddec032d9bf47a3847838bb28297ab91aa.tar.bz2 cygnal-d062d3ddec032d9bf47a3847838bb28297ab91aa.zip |
2002-06-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h: Add _Exit prototype.
* libc/stdlib/Makefile.am: Add _Exit.c support.
* libc/stdlib/Makefile.in: Ditto.
* libc/stdlib/_Exit.c: New file.
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index 26e4b5332..2f4166ceb 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -8,6 +8,7 @@ LIB_SOURCES = \ __adjust.c \ __exp10.c \ __ten_mu.c \ + _Exit.c \ a64l.c \ abort.c \ abs.c \ @@ -144,6 +145,7 @@ malloptr.$(oext): mallocr.c $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@ CHEWOUT_FILES= \ + _Exit.def \ a64l.def \ abort.def \ abs.def \ |