diff options
| author | ad <ad@NetBSD.org> | 2007-11-19 14:48:41 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-11-19 14:48:41 +0000 |
| commit | 95182011eda245e1ade80d91c30de2c23116e035 (patch) | |
| tree | df0ade5eac3394c4289aaeccb9dc152f4215e477 /lib/libc/stdlib/Makefile.inc | |
| parent | a656f3f7beaada6de085539b02aeb9db5b914827 (diff) | |
Enable posix_memalign().
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 4bc7af36793..4bfce1ad6bf 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.66 2007/10/06 01:09:07 ad Exp $ +# $NetBSD: Makefile.inc,v 1.67 2007/11/19 14:48:42 ad Exp $ # from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # stdlib sources @@ -33,7 +33,7 @@ MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ bsearch.3 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \ grantpt.3 hcreate.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 lsearch.3 \ malloc.3 memory.3 \ - posix_openpt.3 ptsname.3 qabs.3 \ + posix_memalign.3 posix_openpt.3 ptsname.3 qabs.3 \ qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 \ strsuftoll.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3 unlockpt.3 \ strfmon.3 |
