diff options
| author | guenther <> | 2013-06-05 04:06:08 +0000 |
|---|---|---|
| committer | guenther <> | 2013-06-05 04:06:08 +0000 |
| commit | 409aba3b9e9305a55782e4d81ecbeec1d03a71ea (patch) | |
| tree | e30c4955de5ff5f2fd536d20239109ebfd8cd093 /src/lib/libc/stdlib/Makefile.inc | |
| parent | 2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (diff) | |
| download | openbsd-409aba3b9e9305a55782e4d81ecbeec1d03a71ea.tar.gz openbsd-409aba3b9e9305a55782e4d81ecbeec1d03a71ea.tar.bz2 openbsd-409aba3b9e9305a55782e4d81ecbeec1d03a71ea.zip | |
Move _Exit() from the exit() manpage to the _exit() manpage, as it's
just an alias of the latter.
ok matthew@ tedu@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 5f3a142ec4..d75fe5f7b1 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.47 2012/12/03 20:08:33 millert Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.48 2013/06/05 04:06:08 guenther Exp $ |
| 2 | 2 | ||
| 3 | # stdlib sources | 3 | # stdlib sources |
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib |
| @@ -38,7 +38,6 @@ MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ | |||
| 38 | qabs.3 qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ | 38 | qabs.3 qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ |
| 39 | strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3 | 39 | strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3 |
| 40 | 40 | ||
| 41 | MLINKS+=exit.3 _Exit.3 | ||
| 42 | MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 | 41 | MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 |
| 43 | MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 | 42 | MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 |
| 44 | MLINKS+=getopt_long.3 getopt_long_only.3 | 43 | MLINKS+=getopt_long.3 getopt_long_only.3 |
