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.23 by root, Sat Apr 9 19:34:05 2022 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 MAP_FIXED_NOREPLACE
235#define MAP_FIXED_NOREPLACE 0
236#endif
237#ifndef MAP_SHARED_VALIDATE
238#define MAP_SHARED_VALIDATE 0
239#endif
240#ifndef MAP_SYNC
241#define MAP_SYNC 0
242#endif
243#ifndef MAP_UNINITIALIZED
244#define MAP_UNINITIALIZED 0
245#endif
246#ifndef MREMAP_MAYMOVE
247#define MREMAP_MAYMOVE 0
248#endif
249#ifndef MREMAP_FIXED
250#define MREMAP_FIXED 0
251#endif
252#ifndef MSG_CMSG_CLOEXEC
253#define MSG_CMSG_CLOEXEC 0
254#endif
255#ifndef SOCK_CLOEXEC
256#define SOCK_CLOEXEC 0
257#endif
231#ifndef F_DUPFD_CLOEXEC 258#ifndef F_DUPFD_CLOEXEC
232#define F_DUPFD_CLOEXEC 0 259#define F_DUPFD_CLOEXEC 0
233#endif 260#endif
261#ifndef F_ADD_SEALS
262#define F_ADD_SEALS 0
263#endif
264#ifndef F_GET_SEALS
265#define F_GET_SEALS 0
266#endif
267#ifndef F_SEAL_SEAL
268#define F_SEAL_SEAL 0
269#endif
270#ifndef F_SEAL_SHRINK
271#define F_SEAL_SHRINK 0
272#endif
273#ifndef F_SEAL_GROW
274#define F_SEAL_GROW 0
275#endif
276#ifndef F_SEAL_WRITE
277#define F_SEAL_WRITE 0
278#endif
234#ifndef F_OFD_GETLK 279#ifndef F_OFD_GETLK
235#define F_OFD_GETLK 0 280#define F_OFD_GETLK 0
236#endif 281#endif
237#ifndef F_OFD_SETLK 282#ifndef F_OFD_SETLK
238#define F_OFD_SETLK 0 283#define F_OFD_SETLK 0
448#define SPLICE_F_MORE 0 493#define SPLICE_F_MORE 0
449#endif 494#endif
450#ifndef SPLICE_F_GIFT 495#ifndef SPLICE_F_GIFT
451#define SPLICE_F_GIFT 0 496#define SPLICE_F_GIFT 0
452#endif 497#endif
498#ifndef EFD_CLOEXEC
499#define EFD_CLOEXEC 0
500#endif
501#ifndef EFD_NONBLOCK
502#define EFD_NONBLOCK 0
503#endif
504#ifndef EFD_SEMAPHORE
505#define EFD_SEMAPHORE 0
506#endif
507#ifndef MFD_CLOEXEC
508#define MFD_CLOEXEC 0
509#endif
510#ifndef MFD_ALLOW_SEALING
511#define MFD_ALLOW_SEALING 0
512#endif
513#ifndef MFD_HUGETLB
514#define MFD_HUGETLB 0
515#endif
516#ifndef MFD_HUGETLB_2MB
517#define MFD_HUGETLB_2MB 0
518#endif
519#ifndef MFD_HUGETLB_1GB
520#define MFD_HUGETLB_1GB 0
521#endif
522#ifndef CLOCK_REALTIME
523#define CLOCK_REALTIME 0
524#endif
525#ifndef CLOCK_MONOTONIC
526#define CLOCK_MONOTONIC 0
527#endif
528#ifndef CLOCK_BOOTTIME
529#define CLOCK_BOOTTIME 0
530#endif
531#ifndef CLOCK_REALTIME_ALARM
532#define CLOCK_REALTIME_ALARM 0
533#endif
534#ifndef CLOCK_BOOTTIME_ALARM
535#define CLOCK_BOOTTIME_ALARM 0
536#endif
537#ifndef TFD_NONBLOCK
538#define TFD_NONBLOCK 0
539#endif
540#ifndef TFD_CLOEXEC
541#define TFD_CLOEXEC 0
542#endif
543#ifndef TFD_TIMER_ABSTIME
544#define TFD_TIMER_ABSTIME 0
545#endif
546#ifndef TFD_TIMER_CANCEL_ON_SET
547#define TFD_TIMER_CANCEL_ON_SET 0
548#endif
549#ifndef STATX_TYPE
550#define STATX_TYPE 0
551#endif
552#ifndef STATX_MODE
553#define STATX_MODE 0
554#endif
555#ifndef STATX_NLINK
556#define STATX_NLINK 0
557#endif
558#ifndef STATX_UID
559#define STATX_UID 0
560#endif
561#ifndef STATX_GID
562#define STATX_GID 0
563#endif
564#ifndef STATX_ATIME
565#define STATX_ATIME 0
566#endif
567#ifndef STATX_MTIME
568#define STATX_MTIME 0
569#endif
570#ifndef STATX_CTIME
571#define STATX_CTIME 0
572#endif
573#ifndef STATX_INO
574#define STATX_INO 0
575#endif
576#ifndef STATX_SIZE
577#define STATX_SIZE 0
578#endif
579#ifndef STATX_BLOCKS
580#define STATX_BLOCKS 0
581#endif
582#ifndef STATX_BASIC_STATS
583#define STATX_BASIC_STATS 0
584#endif
585#ifndef STATX_ALL
586#define STATX_ALL 0
587#endif
588#ifndef STATX_BTIME
589#define STATX_BTIME 0
590#endif
591#ifndef STATX_ATTR_COMPRESSED
592#define STATX_ATTR_COMPRESSED 0
593#endif
594#ifndef STATX_ATTR_IMMUTABLE
595#define STATX_ATTR_IMMUTABLE 0
596#endif
597#ifndef STATX_ATTR_APPEND
598#define STATX_ATTR_APPEND 0
599#endif
600#ifndef STATX_ATTR_NODUMP
601#define STATX_ATTR_NODUMP 0
602#endif
603#ifndef STATX_ATTR_ENCRYPTED
604#define STATX_ATTR_ENCRYPTED 0
605#endif
606#ifndef STATX_ATTR_AUTOMOUNT
607#define STATX_ATTR_AUTOMOUNT 0
608#endif
609#ifndef AT_FDCWD
610#define AT_FDCWD 0
611#endif
612#ifndef AT_SYMLINK_NOFOLLOW
613#define AT_SYMLINK_NOFOLLOW 0
614#endif
615#ifndef AT_EACCESS
616#define AT_EACCESS 0
617#endif
618#ifndef AT_REMOVEDIR
619#define AT_REMOVEDIR 0
620#endif
621#ifndef AT_SYMLINK_FOLLOW
622#define AT_SYMLINK_FOLLOW 0
623#endif
624#ifndef AT_NO_AUTOMOUNT
625#define AT_NO_AUTOMOUNT 0
626#endif
627#ifndef AT_EMPTY_PATH
628#define AT_EMPTY_PATH 0
629#endif
630#ifndef AT_STATX_SYNC_TYPE
631#define AT_STATX_SYNC_TYPE 0
632#endif
633#ifndef AT_STATX_AS_STAT
634#define AT_STATX_AS_STAT 0
635#endif
636#ifndef AT_STATX_FORCE_SYNC
637#define AT_STATX_FORCE_SYNC 0
638#endif
639#ifndef AT_STATX_DONT_SYNC
640#define AT_STATX_DONT_SYNC 0
641#endif
642#ifndef AT_RECURSIVE
643#define AT_RECURSIVE 0
644#endif
645#ifndef OPEN_TREE_CLONE
646#define OPEN_TREE_CLONE 0
647#endif
648#ifndef FSOPEN_CLOEXEC
649#define FSOPEN_CLOEXEC 0
650#endif
651#ifndef FSPICK_CLOEXEC
652#define FSPICK_CLOEXEC 0
653#endif
654#ifndef FSPICK_SYMLINK_NOFOLLOW
655#define FSPICK_SYMLINK_NOFOLLOW 0
656#endif
657#ifndef FSPICK_NO_AUTOMOUNT
658#define FSPICK_NO_AUTOMOUNT 0
659#endif
660#ifndef FSPICK_EMPTY_PATH
661#define FSPICK_EMPTY_PATH 0
662#endif
663#ifndef MOVE_MOUNT_F_SYMLINKS
664#define MOVE_MOUNT_F_SYMLINKS 0
665#endif
666#ifndef MOVE_MOUNT_F_AUTOMOUNTS
667#define MOVE_MOUNT_F_AUTOMOUNTS 0
668#endif
669#ifndef MOVE_MOUNT_F_EMPTY_PATH
670#define MOVE_MOUNT_F_EMPTY_PATH 0
671#endif
672#ifndef MOVE_MOUNT_T_SYMLINKS
673#define MOVE_MOUNT_T_SYMLINKS 0
674#endif
675#ifndef MOVE_MOUNT_T_AUTOMOUNTS
676#define MOVE_MOUNT_T_AUTOMOUNTS 0
677#endif
678#ifndef MOVE_MOUNT_T_EMPTY_PATH
679#define MOVE_MOUNT_T_EMPTY_PATH 0
680#endif
681#ifndef P_PID
682#define P_PID 0
683#endif
684#ifndef P_PIDFD
685#define P_PIDFD 0
686#endif
687#ifndef P_PGID
688#define P_PGID 0
689#endif
690#ifndef P_ALL
691#define P_ALL 0
692#endif
693#ifndef FSCONFIG_SET_FLAG
694#define FSCONFIG_SET_FLAG 0
695#endif
696#ifndef FSCONFIG_SET_STRING
697#define FSCONFIG_SET_STRING 0
698#endif
699#ifndef FSCONFIG_SET_BINARY
700#define FSCONFIG_SET_BINARY 0
701#endif
702#ifndef FSCONFIG_SET_PATH
703#define FSCONFIG_SET_PATH 0
704#endif
705#ifndef FSCONFIG_SET_PATH_EMPTY
706#define FSCONFIG_SET_PATH_EMPTY 0
707#endif
708#ifndef FSCONFIG_SET_FD
709#define FSCONFIG_SET_FD 0
710#endif
711#ifndef FSCONFIG_CMD_CREATE
712#define FSCONFIG_CMD_CREATE 0
713#endif
714#ifndef FSCONFIG_CMD_RECONFIGURE
715#define FSCONFIG_CMD_RECONFIGURE 0
716#endif
717#ifndef MOUNT_ATTR_RDONLY
718#define MOUNT_ATTR_RDONLY 0
719#endif
720#ifndef MOUNT_ATTR_NOSUID
721#define MOUNT_ATTR_NOSUID 0
722#endif
723#ifndef MOUNT_ATTR_NODEV
724#define MOUNT_ATTR_NODEV 0
725#endif
726#ifndef MOUNT_ATTR_NOEXEC
727#define MOUNT_ATTR_NOEXEC 0
728#endif
729#ifndef MOUNT_ATTR__ATIME
730#define MOUNT_ATTR__ATIME 0
731#endif
732#ifndef MOUNT_ATTR_RELATIME
733#define MOUNT_ATTR_RELATIME 0
734#endif
735#ifndef MOUNT_ATTR_NOATIME
736#define MOUNT_ATTR_NOATIME 0
737#endif
738#ifndef MOUNT_ATTR_STRICTATIME
739#define MOUNT_ATTR_STRICTATIME 0
740#endif
741#ifndef MOUNT_ATTR_NODIRATIME
742#define MOUNT_ATTR_NODIRATIME 0
743#endif
744#if HAVE_SYSCALL
745# if __linux__ && !defined(SYS_pidfd_open)
746# define SYS_pidfd_open 434
747# endif
748#else
749# undef SYS_pidfd_open
750#endif
751#ifndef SYS_pidfd_open
752# define SYS_pidfd_open -1
753#endif
754#if HAVE_SYSCALL
755# if __linux__ && !defined(SYS_pidfd_send_signal)
756# define SYS_pidfd_send_signal 424
757# endif
758#else
759# undef SYS_pidfd_send_signal
760#endif
761#ifndef SYS_pidfd_send_signal
762# define SYS_pidfd_send_signal -1
763#endif
764#if HAVE_SYSCALL
765# if __linux__ && !defined(SYS_pidfd_getfd)
766# define SYS_pidfd_getfd 438
767# endif
768#else
769# undef SYS_pidfd_getfd
770#endif
771#ifndef SYS_pidfd_getfd
772# define SYS_pidfd_getfd -1
773#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines