Re: [PATCH v1] Port ndbm
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAF9ehCXY-OJGYfpKWC11fc-NBNEL9SCGLpNVqm8gANV9EhZnPQ@mail.gmail.com> |
On Wed, Jul 24, 2019 at 3:18 PM Corinna Vinschen <[email protected]> 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 >