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.11 by root, Tue Feb 20 05:23:47 2018 UTC vs.
Revision 1.24 by root, Mon Sep 5 08:43:59 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
457#define EFD_NONBLOCK 0 502#define EFD_NONBLOCK 0
458#endif 503#endif
459#ifndef EFD_SEMAPHORE 504#ifndef EFD_SEMAPHORE
460#define EFD_SEMAPHORE 0 505#define EFD_SEMAPHORE 0
461#endif 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
462#ifndef CLOCK_REALTIME 522#ifndef CLOCK_REALTIME
463#define CLOCK_REALTIME 0 523#define CLOCK_REALTIME 0
464#endif 524#endif
465#ifndef CLOCK_MONOTONIC 525#ifndef CLOCK_MONOTONIC
466#define CLOCK_MONOTONIC 0 526#define CLOCK_MONOTONIC 0
484#define TFD_TIMER_ABSTIME 0 544#define TFD_TIMER_ABSTIME 0
485#endif 545#endif
486#ifndef TFD_TIMER_CANCEL_ON_SET 546#ifndef TFD_TIMER_CANCEL_ON_SET
487#define TFD_TIMER_CANCEL_ON_SET 0 547#define TFD_TIMER_CANCEL_ON_SET 0
488#endif 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#ifndef MS_RDONLY
745#define MS_RDONLY 0
746#endif
747#ifndef MS_NOSUID
748#define MS_NOSUID 0
749#endif
750#ifndef MS_NODEV
751#define MS_NODEV 0
752#endif
753#ifndef MS_NOEXEC
754#define MS_NOEXEC 0
755#endif
756#ifndef MS_SYNCHRONOUS
757#define MS_SYNCHRONOUS 0
758#endif
759#ifndef MS_REMOUNT
760#define MS_REMOUNT 0
761#endif
762#ifndef MS_MANDLOCK
763#define MS_MANDLOCK 0
764#endif
765#ifndef MS_DIRSYNC
766#define MS_DIRSYNC 0
767#endif
768#ifndef MS_NOATIME
769#define MS_NOATIME 0
770#endif
771#ifndef MS_NODIRATIME
772#define MS_NODIRATIME 0
773#endif
774#ifndef MS_BIND
775#define MS_BIND 0
776#endif
777#ifndef MS_MOVE
778#define MS_MOVE 0
779#endif
780#ifndef MS_REC
781#define MS_REC 0
782#endif
783#ifndef MS_SILENT
784#define MS_SILENT 0
785#endif
786#ifndef MS_POSIXACL
787#define MS_POSIXACL 0
788#endif
789#ifndef MS_UNBINDABLE
790#define MS_UNBINDABLE 0
791#endif
792#ifndef MS_PRIVATE
793#define MS_PRIVATE 0
794#endif
795#ifndef MS_SLAVE
796#define MS_SLAVE 0
797#endif
798#ifndef MS_SHARED
799#define MS_SHARED 0
800#endif
801#ifndef MS_RELATIME
802#define MS_RELATIME 0
803#endif
804#ifndef MS_KERNMOUNT
805#define MS_KERNMOUNT 0
806#endif
807#ifndef MS_I_VERSION
808#define MS_I_VERSION 0
809#endif
810#ifndef MS_STRICTATIME
811#define MS_STRICTATIME 0
812#endif
813#ifndef MS_LAZYTIME
814#define MS_LAZYTIME 0
815#endif
816#ifndef MS_ACTIVE
817#define MS_ACTIVE 0
818#endif
819#ifndef MS_NOUSER
820#define MS_NOUSER 0
821#endif
822#ifndef MS_RMT_MASK
823#define MS_RMT_MASK 0
824#endif
825#ifndef MS_MGC_VAL
826#define MS_MGC_VAL 0
827#endif
828#ifndef MS_MGC_MSK
829#define MS_MGC_MSK 0
830#endif
831#ifndef MNT_FORCE
832#define MNT_FORCE 0
833#endif
834#ifndef MNT_DETACH
835#define MNT_DETACH 0
836#endif
837#ifndef MNT_EXPIRE
838#define MNT_EXPIRE 0
839#endif
840#ifndef UMOUNT_NOFOLLOW
841#define UMOUNT_NOFOLLOW 0
842#endif
843#ifndef BLKROSET
844#define BLKROSET 0
845#endif
846#ifndef BLKROGET
847#define BLKROGET 0
848#endif
849#ifndef BLKRRPART
850#define BLKRRPART 0
851#endif
852#ifndef BLKGETSIZE
853#define BLKGETSIZE 0
854#endif
855#ifndef BLKFLSBUF
856#define BLKFLSBUF 0
857#endif
858#ifndef BLKRASET
859#define BLKRASET 0
860#endif
861#ifndef BLKRAGET
862#define BLKRAGET 0
863#endif
864#ifndef BLKFRASET
865#define BLKFRASET 0
866#endif
867#ifndef BLKFRAGET
868#define BLKFRAGET 0
869#endif
870#ifndef BLKSECTSET
871#define BLKSECTSET 0
872#endif
873#ifndef BLKSECTGET
874#define BLKSECTGET 0
875#endif
876#ifndef BLKSSZGET
877#define BLKSSZGET 0
878#endif
879#ifndef BLKBSZGET
880#define BLKBSZGET 0
881#endif
882#ifndef BLKBSZSET
883#define BLKBSZSET 0
884#endif
885#ifndef BLKGETSIZE64
886#define BLKGETSIZE64 0
887#endif
888#if HAVE_SYSCALL
889# if __linux__ && !defined(SYS_pidfd_open)
890# define SYS_pidfd_open 434
891# endif
892#else
893# undef SYS_pidfd_open
894#endif
895#ifndef SYS_pidfd_open
896# define SYS_pidfd_open -1
897#endif
898#if HAVE_SYSCALL
899# if __linux__ && !defined(SYS_pidfd_send_signal)
900# define SYS_pidfd_send_signal 424
901# endif
902#else
903# undef SYS_pidfd_send_signal
904#endif
905#ifndef SYS_pidfd_send_signal
906# define SYS_pidfd_send_signal -1
907#endif
908#if HAVE_SYSCALL
909# if __linux__ && !defined(SYS_pidfd_getfd)
910# define SYS_pidfd_getfd 438
911# endif
912#else
913# undef SYS_pidfd_getfd
914#endif
915#ifndef SYS_pidfd_getfd
916# define SYS_pidfd_getfd -1
917#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines