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 v1] Port ndbm


On Wed, Jul 24, 2019 at 3:18 PM Corinna Vinschen <vinschen@redhat.com>
wrote:

> On Jul 24 09:22, Corinna Vinschen wrote:
> > On Jul 10 14:25, Vaibhav Gupta wrote:
> > > ---
> > >  newlib/libc/include/ndbm.h     |  93 ++++++++++++++
> > >  newlib/libc/search/Makefile.am |   1 +
> > >  newlib/libc/search/ndbm.c      | 217 +++++++++++++++++++++++++++++++++
> > >  3 files changed, 311 insertions(+)
> > >  create mode 100644 newlib/libc/include/ndbm.h
> > >  create mode 100644 newlib/libc/search/ndbm.c
> >
> > Pushed.
>
> However, where's dbm_forder?  It's declared in ndbm.h but there's no
> such function in ndbm.c.
>

That's a darn good question. I just cloned the FreeBSD git repository and
the
only reference to it is in ndbm.h.

I did find some BSD 4.3 source online that had this method.

Should we remove it and file a FreeBSD bug?

--joel

>
>
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Maintainer
> Red Hat
>


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