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.16 by root, Wed Apr 3 03:03:53 2019 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 MSG_CMSG_CLOEXEC
244#define MSG_CMSG_CLOEXEC 0
245#endif
246#ifndef SOCK_CLOEXEC
247#define SOCK_CLOEXEC 0
248#endif
249#ifndef F_OFD_GETLK
250#define F_OFD_GETLK 0
251#endif
252#ifndef F_OFD_SETLK
253#define F_OFD_SETLK 0
254#endif
255#ifndef F_OFD_GETLKW
256#define F_OFD_GETLKW 0
257#endif
234#ifndef FIFREEZE 258#ifndef FIFREEZE
235#define FIFREEZE 0 259#define FIFREEZE 0
236#endif 260#endif
237#ifndef FITHAW 261#ifndef FITHAW
238#define FITHAW 0 262#define FITHAW 0
439#define SPLICE_F_MORE 0 463#define SPLICE_F_MORE 0
440#endif 464#endif
441#ifndef SPLICE_F_GIFT 465#ifndef SPLICE_F_GIFT
442#define SPLICE_F_GIFT 0 466#define SPLICE_F_GIFT 0
443#endif 467#endif
468#ifndef EFD_CLOEXEC
469#define EFD_CLOEXEC 0
470#endif
471#ifndef EFD_NONBLOCK
472#define EFD_NONBLOCK 0
473#endif
474#ifndef EFD_SEMAPHORE
475#define EFD_SEMAPHORE 0
476#endif
477#ifndef MFD_CLOEXEC
478#define MFD_CLOEXEC 0
479#endif
480#ifndef MFD_ALLOW_SEALING
481#define MFD_ALLOW_SEALING 0
482#endif
483#ifndef MFD_HUGETLB
484#define MFD_HUGETLB 0
485#endif
486#ifndef CLOCK_REALTIME
487#define CLOCK_REALTIME 0
488#endif
489#ifndef CLOCK_MONOTONIC
490#define CLOCK_MONOTONIC 0
491#endif
492#ifndef CLOCK_BOOTTIME
493#define CLOCK_BOOTTIME 0
494#endif
495#ifndef CLOCK_REALTIME_ALARM
496#define CLOCK_REALTIME_ALARM 0
497#endif
498#ifndef CLOCK_BOOTTIME_ALARM
499#define CLOCK_BOOTTIME_ALARM 0
500#endif
501#ifndef TFD_NONBLOCK
502#define TFD_NONBLOCK 0
503#endif
504#ifndef TFD_CLOEXEC
505#define TFD_CLOEXEC 0
506#endif
507#ifndef TFD_TIMER_ABSTIME
508#define TFD_TIMER_ABSTIME 0
509#endif
510#ifndef TFD_TIMER_CANCEL_ON_SET
511#define TFD_TIMER_CANCEL_ON_SET 0
512#endif
513#ifndef STATX_TYPE
514#define STATX_TYPE 0
515#endif
516#ifndef STATX_MODE
517#define STATX_MODE 0
518#endif
519#ifndef STATX_NLINK
520#define STATX_NLINK 0
521#endif
522#ifndef STATX_UID
523#define STATX_UID 0
524#endif
525#ifndef STATX_GID
526#define STATX_GID 0
527#endif
528#ifndef STATX_ATIME
529#define STATX_ATIME 0
530#endif
531#ifndef STATX_MTIME
532#define STATX_MTIME 0
533#endif
534#ifndef STATX_CTIME
535#define STATX_CTIME 0
536#endif
537#ifndef STATX_INO
538#define STATX_INO 0
539#endif
540#ifndef STATX_SIZE
541#define STATX_SIZE 0
542#endif
543#ifndef STATX_BLOCKS
544#define STATX_BLOCKS 0
545#endif
546#ifndef STATX_BASIC_STATS
547#define STATX_BASIC_STATS 0
548#endif
549#ifndef STATX_ALL
550#define STATX_ALL 0
551#endif
552#ifndef STATX_BTIME
553#define STATX_BTIME 0
554#endif
555#ifndef STATX_ATTR_COMPRESSED
556#define STATX_ATTR_COMPRESSED 0
557#endif
558#ifndef STATX_ATTR_IMMUTABLE
559#define STATX_ATTR_IMMUTABLE 0
560#endif
561#ifndef STATX_ATTR_APPEND
562#define STATX_ATTR_APPEND 0
563#endif
564#ifndef STATX_ATTR_NODUMP
565#define STATX_ATTR_NODUMP 0
566#endif
567#ifndef STATX_ATTR_ENCRYPTED
568#define STATX_ATTR_ENCRYPTED 0
569#endif
570#ifndef STATX_ATTR_AUTOMOUNT
571#define STATX_ATTR_AUTOMOUNT 0
572#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines