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.14 by root, Tue Jul 24 19:32:20 2018 UTC vs.
Revision 1.16 by root, Wed Apr 3 03:03:53 2019 UTC

472#define EFD_NONBLOCK 0 472#define EFD_NONBLOCK 0
473#endif 473#endif
474#ifndef EFD_SEMAPHORE 474#ifndef EFD_SEMAPHORE
475#define EFD_SEMAPHORE 0 475#define EFD_SEMAPHORE 0
476#endif 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
477#ifndef CLOCK_REALTIME 486#ifndef CLOCK_REALTIME
478#define CLOCK_REALTIME 0 487#define CLOCK_REALTIME 0
479#endif 488#endif
480#ifndef CLOCK_MONOTONIC 489#ifndef CLOCK_MONOTONIC
481#define CLOCK_MONOTONIC 0 490#define CLOCK_MONOTONIC 0
499#define TFD_TIMER_ABSTIME 0 508#define TFD_TIMER_ABSTIME 0
500#endif 509#endif
501#ifndef TFD_TIMER_CANCEL_ON_SET 510#ifndef TFD_TIMER_CANCEL_ON_SET
502#define TFD_TIMER_CANCEL_ON_SET 0 511#define TFD_TIMER_CANCEL_ON_SET 0
503#endif 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