diff options
| author | jmc <> | 2004-02-10 20:04:00 +0000 |
|---|---|---|
| committer | jmc <> | 2004-02-10 20:04:00 +0000 |
| commit | 66dafc62fb33a0f4efcf641da6f346bd76a1fd3f (patch) | |
| tree | bca698bd471fe72805250672ebc3d05d9a8f81b5 /src/lib/libc/stdlib/Makefile.inc | |
| parent | 72440e9f6fbeb6d0580194b7b8d199236a6e8566 (diff) | |
| download | openbsd-66dafc62fb33a0f4efcf641da6f346bd76a1fd3f.tar.gz openbsd-66dafc62fb33a0f4efcf641da6f346bd76a1fd3f.tar.bz2 openbsd-66dafc62fb33a0f4efcf641da6f346bd76a1fd3f.zip | |
kill memory.3;
suggested by deraadt@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index ad46094309..74f8ff5e7a 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
| @@ -40,7 +40,7 @@ SRCS+= insque.c remque.c | |||
| 40 | 40 | ||
| 41 | MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ | 41 | MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ |
| 42 | bsearch.3 div.3 ecvt.3 exit.3 getenv.3 getopt.3 getopt_long.3 \ | 42 | bsearch.3 div.3 ecvt.3 exit.3 getenv.3 getopt.3 getopt_long.3 \ |
| 43 | getsubopt.3 insque.3 labs.3 ldiv.3 lsearch.3 malloc.3 memory.3 qabs.3 \ | 43 | getsubopt.3 insque.3 labs.3 ldiv.3 lsearch.3 malloc.3 qabs.3 \ |
| 44 | qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ | 44 | qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ |
| 45 | strtod.3 strtol.3 strtoul.3 system.3 tsearch.3 | 45 | strtod.3 strtol.3 strtoul.3 system.3 tsearch.3 |
| 46 | 46 | ||
