42 #ifndef QNACLUNIMPLEMENTED_H 43 #define QNACLUNIMPLEMENTED_H 47 #include <sys/types.h> 51 #define PTHREAD_CANCEL_DISABLE 1 52 #define PTHREAD_CANCEL_ENABLE 2 53 #define PTHREAD_INHERIT_SCHED 3 79 int fcntl(
int fildes,
int cmd, ...);
84 off64_t
lseek64(
int fildes, off_t offset,
int whence);
85 int open64(
const char *path,
int oflag, ...);
89 int select(
int nfds, fd_set * readfds, fd_set * writefds, fd_set * errorfds,
struct timeval * timeout);
97 #endif //QNACLUNIMPLEMENTED_H off64_t lseek64(int, off_t, int)
int open64(const char *, int,...)
#define QT_END_NAMESPACE
This macro expands to.
int pthread_setcanceltype(int, int *)
void pthread_cleanup_pop(int)
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *)
int pthread_cancel(pthread_t)
#define QT_BEGIN_NAMESPACE
This macro expands to.
int pthread_setcancelstate(int, int *)
void pthread_testcancel(void)
void pthread_cleanup_push(void(*)(void *), void *)
int sigaction(int, const struct sigaction *, struct sigaction *)
QImageIOHandler * handler
int pthread_attr_getinheritsched(const pthread_attr_t *, int *)
static Qt::KeyboardModifiers oldstate
int pthread_attr_setinheritsched(pthread_attr_t *, int)