Remove internal names for dbm_*(3); these are not required at this time.
This commit is contained in:
parent
8cdd8d251c
commit
537be69d5c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue