Add __syscall_execve prototype.
[glibc.git] / db2 / compat.h
blob51008afcf07fbf183c68dc7ad58c4041f3a192c9
1 /* Compatibility gunk for the db library. */
3 #include <sys/types.h>
4 #include <errno.h>
6 #include <sys/stat.h>
7 #ifdef _STATBUF_ST_BLKSIZE
8 # define HAVE_ST_BLKSIZE
9 #endif
12 #ifndef EFTYPE
13 # define EFTYPE EINVAL
14 #endif
16 /* Emulate Solaris llseek(). */
17 typedef loff_t offset_t;
19 extern int llseek (int fd, loff_t offset, int whence);