This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2] Port ndbm - Remove Declaration of dbm_forder


---
 newlib/libc/include/ndbm.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/newlib/libc/include/ndbm.h b/newlib/libc/include/ndbm.h
index 6c803702e..c5084b9c2 100644
--- a/newlib/libc/include/ndbm.h
+++ b/newlib/libc/include/ndbm.h
@@ -79,9 +79,6 @@ int	 dbm_delete(DBM *, datum);
 int	 dbm_error(DBM *);
 datum	 dbm_fetch(DBM *, datum);
 datum	 dbm_firstkey(DBM *);
-#if __BSD_VISIBLE
-long	 dbm_forder(DBM *, datum);
-#endif
 datum	 dbm_nextkey(DBM *);
 DBM	*dbm_open(const char *, int, mode_t);
 int	 dbm_store(DBM *, datum, datum, int);
-- 
2.21.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]