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.15 by root, Mon Mar 18 23:52:09 2019 UTC vs.
Revision 1.23 by root, Sat Apr 9 19:34:05 2022 UTC

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 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
234#ifndef MREMAP_MAYMOVE 246#ifndef MREMAP_MAYMOVE
235#define MREMAP_MAYMOVE 0 247#define MREMAP_MAYMOVE 0
236#endif 248#endif
237#ifndef MREMAP_FIXED 249#ifndef MREMAP_FIXED
238#define MREMAP_FIXED 0 250#define MREMAP_FIXED 0
239#endif 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
240#ifndef F_DUPFD_CLOEXEC 258#ifndef F_DUPFD_CLOEXEC
241#define F_DUPFD_CLOEXEC 0 259#define F_DUPFD_CLOEXEC 0
242#endif 260#endif
243#ifndef MSG_CMSG_CLOEXEC 261#ifndef F_ADD_SEALS
244#define MSG_CMSG_CLOEXEC 0 262#define F_ADD_SEALS 0
245#endif 263#endif
246#ifndef SOCK_CLOEXEC 264#ifndef F_GET_SEALS
247#define SOCK_CLOEXEC 0 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
248#endif 278#endif
249#ifndef F_OFD_GETLK 279#ifndef F_OFD_GETLK
250#define F_OFD_GETLK 0 280#define F_OFD_GETLK 0
251#endif 281#endif
252#ifndef F_OFD_SETLK 282#ifndef F_OFD_SETLK
472#define EFD_NONBLOCK 0 502#define EFD_NONBLOCK 0
473#endif 503#endif
474#ifndef EFD_SEMAPHORE 504#ifndef EFD_SEMAPHORE
475#define EFD_SEMAPHORE 0 505#define EFD_SEMAPHORE 0
476#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
477#ifndef CLOCK_REALTIME 522#ifndef CLOCK_REALTIME
478#define CLOCK_REALTIME 0 523#define CLOCK_REALTIME 0
479#endif 524#endif
480#ifndef CLOCK_MONOTONIC 525#ifndef CLOCK_MONOTONIC
481#define CLOCK_MONOTONIC 0 526#define CLOCK_MONOTONIC 0
559#define STATX_ATTR_ENCRYPTED 0 604#define STATX_ATTR_ENCRYPTED 0
560#endif 605#endif
561#ifndef STATX_ATTR_AUTOMOUNT 606#ifndef STATX_ATTR_AUTOMOUNT
562#define STATX_ATTR_AUTOMOUNT 0 607#define STATX_ATTR_AUTOMOUNT 0
563#endif 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