[PATCH v1] Port ndbm

Joel Sherrill joel@rtems.org
Wed Jul 24 21:38:00 GMT 2019


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
>



More information about the Newlib mailing list