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 33d4a0c2e..c1067eacb 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -46,6 +46,7 @@ GENERAL_SOURCES = \ mlock.c \ mprec.c \ mstats.c \ + on_exit_args.c \ quick_exit.c \ rand.c \ rand_r.c \ |