diff options
| author | kleink <kleink@NetBSD.org> | 2004-04-27 20:03:45 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2004-04-27 20:03:45 +0000 |
| commit | 537be69d5ce05ffbba9a9ea3f3cf150dc1a3d6c8 (patch) | |
| tree | 6caed40a6bc71f55ea90d5e3ec01cc3304621282 /lib | |
| parent | 8cdd8d251c492cd163d011709f76d742bc586c32 (diff) | |
Remove internal names for dbm_*(3); these are not required at this time.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/db/hash/ndbm.c | 17 | ||||
| -rw-r--r-- | lib/libc/include/namespace.h | 12 |
2 files changed, 3 insertions, 26 deletions
diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index e21210b4f53..ceac2aa9725 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -1,4 +1,4 @@ -/* $NetBSD: ndbm.c,v 1.17 2003/08/07 16:42:43 agc Exp $ */ +/* $NetBSD: ndbm.c,v 1.18 2004/04/27 20:03:45 kleink Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; #else -__RCSID("$NetBSD: ndbm.c,v 1.17 2003/08/07 16:42:43 agc Exp $"); +__RCSID("$NetBSD: ndbm.c,v 1.18 2004/04/27 20:03:45 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -54,19 +54,6 @@ __RCSID("$NetBSD: ndbm.c,v 1.17 2003/08/07 16:42:43 agc Exp $"); #include <ndbm.h> #include "hash.h" -#ifdef __weak_alias -__weak_alias(dbm_clearerr,_dbm_clearerr) -__weak_alias(dbm_close,_dbm_close) -__weak_alias(dbm_delete,_dbm_delete) -__weak_alias(dbm_dirfno,_dbm_dirfno) -__weak_alias(dbm_error,_dbm_error) -__weak_alias(dbm_fetch,_dbm_fetch) -__weak_alias(dbm_firstkey,_dbm_firstkey) -__weak_alias(dbm_nextkey,_dbm_nextkey) -__weak_alias(dbm_open,_dbm_open) -__weak_alias(dbm_store,_dbm_store) -#endif - /* * Returns: * *DBM on success diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 62bde643641..d516a19c250 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.86 2004/04/21 00:02:26 christos Exp $ */ +/* $NetBSD: namespace.h,v 1.87 2004/04/27 20:03:45 kleink Exp $ */ /*- * Copyright (c) 1997-2002 The NetBSD Foundation, Inc. @@ -153,16 +153,6 @@ #define ctermid _ctermid #define ctime_r _ctime_r #define daemon _daemon -#define dbm_clearerr _dbm_clearerr -#define dbm_close _dbm_close -#define dbm_delete _dbm_delete -#define dbm_dirfno _dbm_dirfno -#define dbm_error _dbm_error -#define dbm_fetch _dbm_fetch -#define dbm_firstkey _dbm_firstkey -#define dbm_nextkey _dbm_nextkey -#define dbm_open _dbm_open -#define dbm_store _dbm_store #define dbopen _dbopen #define devname _devname #define dirname _dirname |
