diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-09 00:04:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-09 00:04:28 +0000 |
commit | 157df303eea89465576e23d6b7ee5150a6dc3b59 (patch) | |
tree | 71e187f54cbbb7844a30712f056a3029721c1a73 /lib/libc/stdlib | |
parent | 1617c0d31e8a60e279a5a0d27a3fd2513fc02bcd (diff) |
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 |