diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 06:01:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 06:01:06 +0000 |
commit | 8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3 (patch) | |
tree | 099a250d7366aef2ab028fdb24f0d692cd784b4a /db2/compat.h | |
parent | 9a6450d578556c11e7c173d2f28362345b8f1258 (diff) | |
download | glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.zip glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.tar.gz glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.tar.bz2 |
Update.
* Makeconfig (all-subdirs): Remove db and db2.
* db/*: Removed.
* db2/*: Removed.
Diffstat (limited to 'db2/compat.h')
-rw-r--r-- | db2/compat.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/db2/compat.h b/db2/compat.h deleted file mode 100644 index 51008af..0000000 --- a/db2/compat.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Compatibility gunk for the db library. */ - -#include <sys/types.h> -#include <errno.h> - -#include <sys/stat.h> -#ifdef _STATBUF_ST_BLKSIZE -# define HAVE_ST_BLKSIZE -#endif - - -#ifndef EFTYPE -# define EFTYPE EINVAL -#endif - -/* Emulate Solaris llseek(). */ -typedef loff_t offset_t; - -extern int llseek (int fd, loff_t offset, int whence); |