diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index bc97d70252..2690d5dd47 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -24,7 +24,9 @@ subdir := stdlib headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h \ monetary.h bits/monetary-ldbl.h \ inttypes.h stdint.h bits/wordsize.h \ - errno.h sys/errno.h bits/errno.h + errno.h sys/errno.h bits/errno.h \ + ucontext.h sys/ucontext.h \ + alloca.h fmtmsg.h routines := \ atof atoi atol atoll \ |