aboutsummaryrefslogtreecommitdiff
path: root/conform/data/ndbm.h-data
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-06-08 15:39:03 -0400
committerZack Weinberg <zackw@panix.com>2017-06-08 15:39:03 -0400
commit5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 (patch)
tree4470480d904b65cf14ca524f96f79eca818c3eaf /conform/data/ndbm.h-data
parent199fc19d3aaaf57944ef036e15904febe877fc93 (diff)
downloadglibc-zack/build-layout-experiment.tar
glibc-zack/build-layout-experiment.tar.gz
glibc-zack/build-layout-experiment.tar.bz2
glibc-zack/build-layout-experiment.zip
Prepare for radical source tree reorganization.zack/build-layout-experiment
All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control).
Diffstat (limited to 'conform/data/ndbm.h-data')
-rw-r--r--conform/data/ndbm.h-data28
1 files changed, 0 insertions, 28 deletions
diff --git a/conform/data/ndbm.h-data b/conform/data/ndbm.h-data
deleted file mode 100644
index 2ee7a59253..0000000000
--- a/conform/data/ndbm.h-data
+++ /dev/null
@@ -1,28 +0,0 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG4
-type datum
-element datum {void*} dptr
-element datum size_t dsize
-
-type size_t
-
-type DBM
-
-type mode_t
-
-constant DBM_INSERT
-constant DBM_REPLACE
-
-function int dbm_clearerr (DBM*)
-function void dbm_close (DBM*)
-function int dbm_delete (DBM*, datum)
-function int dbm_error (DBM*)
-function datum dbm_fetch (DBM*, datum)
-function datum dbm_firstkey (DBM*)
-function datum dbm_nextkey (DBM*)
-function {DBM*} dbm_open (const char*, int, mode_t)
-function int dbm_store (DBM*, datum, datum, int)
-
-allow dbm_*
-allow DBM_*
-allow *_t
-#endif