diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index d30a0f2..46d7aa1 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -29,8 +29,8 @@ routines := \ bsearch qsort msort \ getenv putenv setenv \ exit on_exit atexit \ - abs labs \ - div ldiv \ + abs labs llabs \ + div ldiv lldiv \ mblen mbstowcs mbtowc wcstombs wctomb \ random random_r rand \ drand48 erand48 lrand48 nrand48 mrand48 jrand48 \ |