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]

Re: [PATCH v2] Port ndbm - Remove Declaration of dbm_forder


On Jul 25 18:54, Vaibhav Gupta wrote:
> ---
>  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

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


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