public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Port ndbm - Remove Declaration of dbm_forder
@ 2019-07-25 13:31 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-07-25 13:31 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b39cd00f07e8df11c5446fb35da490ef85f12821

commit b39cd00f07e8df11c5446fb35da490ef85f12821
Author: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Date:   Thu Jul 25 18:54:50 2019 +0530

    Port ndbm - Remove Declaration of dbm_forder

Diff:
---
 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 6c80370..c5084b9 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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-25 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25 13:31 [newlib-cygwin] Port ndbm - Remove Declaration of dbm_forder Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).