diff options
| author | christos <christos@NetBSD.org> | 2011-09-14 23:33:51 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-09-14 23:33:51 +0000 |
| commit | a939a146f8d0e2cfa8641741d00eceed77f59ea2 (patch) | |
| tree | c4726439b614896d690f251a21d20869223bd5cc /lib/libc/stdlib/Makefile.inc | |
| parent | 284f238e1aea000eff849509b5f41c59375b8227 (diff) | |
add re-entrant versions of the hash functions based on the GNU api.
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index dab369f5f47..2e18e204d0b 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.77 2011/04/13 07:12:52 jruoho Exp $ +# $NetBSD: Makefile.inc,v 1.78 2011/09/14 23:33:51 christos Exp $ # from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # stdlib sources @@ -65,6 +65,7 @@ MLINKS+=div.3 ldiv.3 \ MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 MLINKS+=getenv.3 getenv_r.3 MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3 +MLINKS+=hcreate.3 hcreate_r.3 hcreate.3 hdestroy_r.3 hcreate.3 hsearch_r.3 MLINKS+=insque.3 remque.3 MLINKS+=lsearch.3 lfind.3 MLINKS+=malloc.3 calloc.3 malloc.3 realloc.3 malloc.3 free.3 |
