ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
(Generate patch)

Comparing IO-AIO/def0.h (file contents):
Revision 1.10 by root, Tue Feb 20 04:32:59 2018 UTC vs.
Revision 1.14 by root, Tue Jul 24 19:32:20 2018 UTC

46#define POSIX_MADV_WILLNEED 0 46#define POSIX_MADV_WILLNEED 0
47#endif 47#endif
48#ifndef POSIX_MADV_DONTNEED 48#ifndef POSIX_MADV_DONTNEED
49#define POSIX_MADV_DONTNEED 0 49#define POSIX_MADV_DONTNEED 0
50#endif 50#endif
51#ifndef O_ACCMODE
52#define O_ACCMODE 0
53#endif
51#ifndef O_RDONLY 54#ifndef O_RDONLY
52#define O_RDONLY 0 55#define O_RDONLY 0
53#endif 56#endif
54#ifndef O_WRONLY 57#ifndef O_WRONLY
55#define O_WRONLY 0 58#define O_WRONLY 0
226#define MAP_HUGETLB 0 229#define MAP_HUGETLB 0
227#endif 230#endif
228#ifndef MAP_STACK 231#ifndef MAP_STACK
229#define MAP_STACK 0 232#define MAP_STACK 0
230#endif 233#endif
234#ifndef MREMAP_MAYMOVE
235#define MREMAP_MAYMOVE 0
236#endif
237#ifndef MREMAP_FIXED
238#define MREMAP_FIXED 0
239#endif
231#ifndef F_DUPFD_CLOEXEC 240#ifndef F_DUPFD_CLOEXEC
232#define F_DUPFD_CLOEXEC 0 241#define F_DUPFD_CLOEXEC 0
233#endif 242#endif
243#ifndef MSG_CMSG_CLOEXEC
244#define MSG_CMSG_CLOEXEC 0
245#endif
246#ifndef SOCK_CLOEXEC
247#define SOCK_CLOEXEC 0
248#endif
234#ifndef F_OFD_GETLK 249#ifndef F_OFD_GETLK
235#define F_OFD_GETLK 0 250#define F_OFD_GETLK 0
236#endif 251#endif
237#ifndef F_OFD_SETLK 252#ifndef F_OFD_SETLK
238#define F_OFD_SETLK 0 253#define F_OFD_SETLK 0
457#define EFD_NONBLOCK 0 472#define EFD_NONBLOCK 0
458#endif 473#endif
459#ifndef EFD_SEMAPHORE 474#ifndef EFD_SEMAPHORE
460#define EFD_SEMAPHORE 0 475#define EFD_SEMAPHORE 0
461#endif 476#endif
477#ifndef CLOCK_REALTIME
478#define CLOCK_REALTIME 0
479#endif
480#ifndef CLOCK_MONOTONIC
481#define CLOCK_MONOTONIC 0
482#endif
483#ifndef CLOCK_BOOTTIME
484#define CLOCK_BOOTTIME 0
485#endif
486#ifndef CLOCK_REALTIME_ALARM
487#define CLOCK_REALTIME_ALARM 0
488#endif
489#ifndef CLOCK_BOOTTIME_ALARM
490#define CLOCK_BOOTTIME_ALARM 0
491#endif
492#ifndef TFD_NONBLOCK
493#define TFD_NONBLOCK 0
494#endif
495#ifndef TFD_CLOEXEC
496#define TFD_CLOEXEC 0
497#endif
498#ifndef TFD_TIMER_ABSTIME
499#define TFD_TIMER_ABSTIME 0
500#endif
501#ifndef TFD_TIMER_CANCEL_ON_SET
502#define TFD_TIMER_CANCEL_ON_SET 0
503#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines