mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* stdio-common/Makefile (distribute): Remove removed files, add
new files. * include/db_185.h: Remove, it's not needed anymore. * include/db.h: Likewise.
This commit is contained in:
13
include/db.h
13
include/db.h
@@ -1,13 +0,0 @@
|
|||||||
#ifndef _DB_H_
|
|
||||||
|
|
||||||
#ifdef USE_LIBDB1
|
|
||||||
# include <db/db.h>
|
|
||||||
#else
|
|
||||||
# include <db2/db.h>
|
|
||||||
|
|
||||||
/* Internal interface for NSS. */
|
|
||||||
extern int __nss_db_open (const char *,
|
|
||||||
DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
@@ -1,6 +0,0 @@
|
|||||||
#ifndef _DB_185_H_
|
|
||||||
#include <db2/db_185.h>
|
|
||||||
|
|
||||||
/* Now define the internal interfaces. */
|
|
||||||
DB *__dbopen (const char *, int, int, DBTYPE, const void *);
|
|
||||||
#endif
|
|
@@ -45,7 +45,7 @@ endif
|
|||||||
install-others := $(inst_includedir)/bits/stdio_lim.h
|
install-others := $(inst_includedir)/bits/stdio_lim.h
|
||||||
|
|
||||||
aux := errlist siglist
|
aux := errlist siglist
|
||||||
distribute := _itoa.h _itowa.h _i18n_itoa.h _i18n_itowa.h \
|
distribute := _itoa.h _itowa.h _i18n_number.h \
|
||||||
printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh
|
printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh
|
||||||
|
|
||||||
tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
|
tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
|
||||||
|
Reference in New Issue
Block a user