diff options
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index c86010add..5c0e14290 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -45,6 +45,7 @@ GENERAL_SOURCES = \ mlock.c \ mprec.c \ mstats.c \ + quick_exit.c \ rand.c \ rand_r.c \ realloc.c \ |