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.7 by root, Mon Jul 18 07:48:26 2016 UTC vs.
Revision 1.13 by root, Sun Jul 22 20:39:19 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 POSIX_MADV_FREE 51#ifndef O_ACCMODE
52#define POSIX_MADV_FREE 0 52#define O_ACCMODE 0
53#endif 53#endif
54#ifndef O_RDONLY 54#ifndef O_RDONLY
55#define O_RDONLY 0 55#define O_RDONLY 0
56#endif 56#endif
57#ifndef O_WRONLY 57#ifndef O_WRONLY
229#define MAP_HUGETLB 0 229#define MAP_HUGETLB 0
230#endif 230#endif
231#ifndef MAP_STACK 231#ifndef MAP_STACK
232#define MAP_STACK 0 232#define MAP_STACK 0
233#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
240#ifndef F_DUPFD_CLOEXEC
241#define F_DUPFD_CLOEXEC 0
242#endif
243#ifndef F_OFD_GETLK
244#define F_OFD_GETLK 0
245#endif
246#ifndef F_OFD_SETLK
247#define F_OFD_SETLK 0
248#endif
249#ifndef F_OFD_GETLKW
250#define F_OFD_GETLKW 0
251#endif
234#ifndef FIFREEZE 252#ifndef FIFREEZE
235#define FIFREEZE 0 253#define FIFREEZE 0
236#endif 254#endif
237#ifndef FITHAW 255#ifndef FITHAW
238#define FITHAW 0 256#define FITHAW 0
439#define SPLICE_F_MORE 0 457#define SPLICE_F_MORE 0
440#endif 458#endif
441#ifndef SPLICE_F_GIFT 459#ifndef SPLICE_F_GIFT
442#define SPLICE_F_GIFT 0 460#define SPLICE_F_GIFT 0
443#endif 461#endif
462#ifndef EFD_CLOEXEC
463#define EFD_CLOEXEC 0
464#endif
465#ifndef EFD_NONBLOCK
466#define EFD_NONBLOCK 0
467#endif
468#ifndef EFD_SEMAPHORE
469#define EFD_SEMAPHORE 0
470#endif
471#ifndef CLOCK_REALTIME
472#define CLOCK_REALTIME 0
473#endif
474#ifndef CLOCK_MONOTONIC
475#define CLOCK_MONOTONIC 0
476#endif
477#ifndef CLOCK_BOOTTIME
478#define CLOCK_BOOTTIME 0
479#endif
480#ifndef CLOCK_REALTIME_ALARM
481#define CLOCK_REALTIME_ALARM 0
482#endif
483#ifndef CLOCK_BOOTTIME_ALARM
484#define CLOCK_BOOTTIME_ALARM 0
485#endif
486#ifndef TFD_NONBLOCK
487#define TFD_NONBLOCK 0
488#endif
489#ifndef TFD_CLOEXEC
490#define TFD_CLOEXEC 0
491#endif
492#ifndef TFD_TIMER_ABSTIME
493#define TFD_TIMER_ABSTIME 0
494#endif
495#ifndef TFD_TIMER_CANCEL_ON_SET
496#define TFD_TIMER_CANCEL_ON_SET 0
497#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines