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.9 by root, Fri Jun 23 22:10:03 2017 UTC vs.
Revision 1.12 by root, Wed Jul 18 00:57:55 2018 UTC

226#define MAP_HUGETLB 0 226#define MAP_HUGETLB 0
227#endif 227#endif
228#ifndef MAP_STACK 228#ifndef MAP_STACK
229#define MAP_STACK 0 229#define MAP_STACK 0
230#endif 230#endif
231#ifndef MREMAP_MAYMOVE
232#define MREMAP_MAYMOVE 0
233#endif
234#ifndef MREMAP_FIXED
235#define MREMAP_FIXED 0
236#endif
231#ifndef F_DUPFD_CLOEXEC 237#ifndef F_DUPFD_CLOEXEC
232#define F_DUPFD_CLOEXEC 0 238#define F_DUPFD_CLOEXEC 0
233#endif 239#endif
234#ifndef F_OFD_GETLK 240#ifndef F_OFD_GETLK
235#define F_OFD_GETLK 0 241#define F_OFD_GETLK 0
448#define SPLICE_F_MORE 0 454#define SPLICE_F_MORE 0
449#endif 455#endif
450#ifndef SPLICE_F_GIFT 456#ifndef SPLICE_F_GIFT
451#define SPLICE_F_GIFT 0 457#define SPLICE_F_GIFT 0
452#endif 458#endif
459#ifndef EFD_CLOEXEC
460#define EFD_CLOEXEC 0
461#endif
462#ifndef EFD_NONBLOCK
463#define EFD_NONBLOCK 0
464#endif
465#ifndef EFD_SEMAPHORE
466#define EFD_SEMAPHORE 0
467#endif
468#ifndef CLOCK_REALTIME
469#define CLOCK_REALTIME 0
470#endif
471#ifndef CLOCK_MONOTONIC
472#define CLOCK_MONOTONIC 0
473#endif
474#ifndef CLOCK_BOOTTIME
475#define CLOCK_BOOTTIME 0
476#endif
477#ifndef CLOCK_REALTIME_ALARM
478#define CLOCK_REALTIME_ALARM 0
479#endif
480#ifndef CLOCK_BOOTTIME_ALARM
481#define CLOCK_BOOTTIME_ALARM 0
482#endif
483#ifndef TFD_NONBLOCK
484#define TFD_NONBLOCK 0
485#endif
486#ifndef TFD_CLOEXEC
487#define TFD_CLOEXEC 0
488#endif
489#ifndef TFD_TIMER_ABSTIME
490#define TFD_TIMER_ABSTIME 0
491#endif
492#ifndef TFD_TIMER_CANCEL_ON_SET
493#define TFD_TIMER_CANCEL_ON_SET 0
494#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines