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.22 by root, Sun Feb 7 13:13:44 2021 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
477#ifndef CLOCK_REALTIME 516#ifndef CLOCK_REALTIME
478#define CLOCK_REALTIME 0 517#define CLOCK_REALTIME 0
479#endif 518#endif
480#ifndef CLOCK_MONOTONIC 519#ifndef CLOCK_MONOTONIC
481#define CLOCK_MONOTONIC 0 520#define CLOCK_MONOTONIC 0
559#define STATX_ATTR_ENCRYPTED 0 598#define STATX_ATTR_ENCRYPTED 0
560#endif 599#endif
561#ifndef STATX_ATTR_AUTOMOUNT 600#ifndef STATX_ATTR_AUTOMOUNT
562#define STATX_ATTR_AUTOMOUNT 0 601#define STATX_ATTR_AUTOMOUNT 0
563#endif 602#endif
603#ifndef AT_FDCWD
604#define AT_FDCWD 0
605#endif
606#ifndef AT_SYMLINK_NOFOLLOW
607#define AT_SYMLINK_NOFOLLOW 0
608#endif
609#ifndef AT_EACCESS
610#define AT_EACCESS 0
611#endif
612#ifndef AT_REMOVEDIR
613#define AT_REMOVEDIR 0
614#endif
615#ifndef AT_SYMLINK_FOLLOW
616#define AT_SYMLINK_FOLLOW 0
617#endif
618#ifndef AT_NO_AUTOMOUNT
619#define AT_NO_AUTOMOUNT 0
620#endif
621#ifndef AT_EMPTY_PATH
622#define AT_EMPTY_PATH 0
623#endif
624#ifndef AT_STATX_SYNC_TYPE
625#define AT_STATX_SYNC_TYPE 0
626#endif
627#ifndef AT_STATX_AS_STAT
628#define AT_STATX_AS_STAT 0
629#endif
630#ifndef AT_STATX_FORCE_SYNC
631#define AT_STATX_FORCE_SYNC 0
632#endif
633#ifndef AT_STATX_DONT_SYNC
634#define AT_STATX_DONT_SYNC 0
635#endif
636#ifndef AT_RECURSIVE
637#define AT_RECURSIVE 0
638#endif
639#ifndef OPEN_TREE_CLONE
640#define OPEN_TREE_CLONE 0
641#endif
642#ifndef FSOPEN_CLOEXEC
643#define FSOPEN_CLOEXEC 0
644#endif
645#ifndef FSPICK_CLOEXEC
646#define FSPICK_CLOEXEC 0
647#endif
648#ifndef FSPICK_SYMLINK_NOFOLLOW
649#define FSPICK_SYMLINK_NOFOLLOW 0
650#endif
651#ifndef FSPICK_NO_AUTOMOUNT
652#define FSPICK_NO_AUTOMOUNT 0
653#endif
654#ifndef FSPICK_EMPTY_PATH
655#define FSPICK_EMPTY_PATH 0
656#endif
657#ifndef MOVE_MOUNT_F_SYMLINKS
658#define MOVE_MOUNT_F_SYMLINKS 0
659#endif
660#ifndef MOVE_MOUNT_F_AUTOMOUNTS
661#define MOVE_MOUNT_F_AUTOMOUNTS 0
662#endif
663#ifndef MOVE_MOUNT_F_EMPTY_PATH
664#define MOVE_MOUNT_F_EMPTY_PATH 0
665#endif
666#ifndef MOVE_MOUNT_T_SYMLINKS
667#define MOVE_MOUNT_T_SYMLINKS 0
668#endif
669#ifndef MOVE_MOUNT_T_AUTOMOUNTS
670#define MOVE_MOUNT_T_AUTOMOUNTS 0
671#endif
672#ifndef MOVE_MOUNT_T_EMPTY_PATH
673#define MOVE_MOUNT_T_EMPTY_PATH 0
674#endif
675#ifndef P_PID
676#define P_PID 0
677#endif
678#ifndef P_PIDFD
679#define P_PIDFD 0
680#endif
681#ifndef P_PGID
682#define P_PGID 0
683#endif
684#ifndef P_ALL
685#define P_ALL 0
686#endif
687#ifndef FSCONFIG_SET_FLAG
688#define FSCONFIG_SET_FLAG 0
689#endif
690#ifndef FSCONFIG_SET_STRING
691#define FSCONFIG_SET_STRING 0
692#endif
693#ifndef FSCONFIG_SET_BINARY
694#define FSCONFIG_SET_BINARY 0
695#endif
696#ifndef FSCONFIG_SET_PATH
697#define FSCONFIG_SET_PATH 0
698#endif
699#ifndef FSCONFIG_SET_PATH_EMPTY
700#define FSCONFIG_SET_PATH_EMPTY 0
701#endif
702#ifndef FSCONFIG_SET_FD
703#define FSCONFIG_SET_FD 0
704#endif
705#ifndef FSCONFIG_CMD_CREATE
706#define FSCONFIG_CMD_CREATE 0
707#endif
708#ifndef FSCONFIG_CMD_RECONFIGURE
709#define FSCONFIG_CMD_RECONFIGURE 0
710#endif
711#ifndef MOUNT_ATTR_RDONLY
712#define MOUNT_ATTR_RDONLY 0
713#endif
714#ifndef MOUNT_ATTR_NOSUID
715#define MOUNT_ATTR_NOSUID 0
716#endif
717#ifndef MOUNT_ATTR_NODEV
718#define MOUNT_ATTR_NODEV 0
719#endif
720#ifndef MOUNT_ATTR_NOEXEC
721#define MOUNT_ATTR_NOEXEC 0
722#endif
723#ifndef MOUNT_ATTR__ATIME
724#define MOUNT_ATTR__ATIME 0
725#endif
726#ifndef MOUNT_ATTR_RELATIME
727#define MOUNT_ATTR_RELATIME 0
728#endif
729#ifndef MOUNT_ATTR_NOATIME
730#define MOUNT_ATTR_NOATIME 0
731#endif
732#ifndef MOUNT_ATTR_STRICTATIME
733#define MOUNT_ATTR_STRICTATIME 0
734#endif
735#ifndef MOUNT_ATTR_NODIRATIME
736#define MOUNT_ATTR_NODIRATIME 0
737#endif
738#if HAVE_SYSCALL
739# if __linux__ && !defined(SYS_pidfd_open)
740# define SYS_pidfd_open 434
741# endif
742#else
743# undef SYS_pidfd_open
744#endif
745#ifndef SYS_pidfd_open
746# define SYS_pidfd_open -1
747#endif
748#if HAVE_SYSCALL
749# if __linux__ && !defined(SYS_pidfd_send_signal)
750# define SYS_pidfd_send_signal 424
751# endif
752#else
753# undef SYS_pidfd_send_signal
754#endif
755#ifndef SYS_pidfd_send_signal
756# define SYS_pidfd_send_signal -1
757#endif
758#if HAVE_SYSCALL
759# if __linux__ && !defined(SYS_pidfd_getfd)
760# define SYS_pidfd_getfd 438
761# endif
762#else
763# undef SYS_pidfd_getfd
764#endif
765#ifndef SYS_pidfd_getfd
766# define SYS_pidfd_getfd -1
767#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines