diff options
author | 2003-05-09 00:04:27 +0000 | |
---|---|---|
committer | 2003-05-09 00:04:27 +0000 | |
commit | 4c1fda39843f86d897a91ca3977caa548bdefc72 (patch) | |
tree | f91b6d08e34740db1cb499688a890a83474683ae /lib/libc/stdlib | |
parent | sync (diff) | |
download | wireguard-openbsd-4c1fda39843f86d897a91ca3977caa548bdefc72.tar.xz wireguard-openbsd-4c1fda39843f86d897a91ca3977caa548bdefc72.zip |
Oops, forgot to add remque.c here
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 64039263823..fec3357af2f 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -9,7 +9,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ multibyte.c putenv.c qsort.c radixsort.c rand.c random.c realpath.c \ setenv.c strtod.c strtol.c strtoll.c strtoul.c strtoull.c system.c \ tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ - lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c + lrand48.c mrand48.c nrand48.c remque.c seed48.c srand48.c qabs.c qdiv.c .if (${MACHINE_ARCH} == "m68k") SRCS+= abs.S div.c labs.c ldiv.c |