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.21 by root, Tue Dec 29 18:00:40 2020 UTC

235#define MREMAP_MAYMOVE 0 235#define MREMAP_MAYMOVE 0
236#endif 236#endif
237#ifndef MREMAP_FIXED 237#ifndef MREMAP_FIXED
238#define MREMAP_FIXED 0 238#define MREMAP_FIXED 0
239#endif 239#endif
240#ifndef MSG_CMSG_CLOEXEC
241#define MSG_CMSG_CLOEXEC 0
242#endif
243#ifndef SOCK_CLOEXEC
244#define SOCK_CLOEXEC 0
245#endif
240#ifndef F_DUPFD_CLOEXEC 246#ifndef F_DUPFD_CLOEXEC
241#define F_DUPFD_CLOEXEC 0 247#define F_DUPFD_CLOEXEC 0
242#endif 248#endif
243#ifndef MSG_CMSG_CLOEXEC 249#ifndef F_ADD_SEALS
244#define MSG_CMSG_CLOEXEC 0 250#define F_ADD_SEALS 0
245#endif 251#endif
246#ifndef SOCK_CLOEXEC 252#ifndef F_GET_SEALS
247#define SOCK_CLOEXEC 0 253#define F_GET_SEALS 0
254#endif
255#ifndef F_SEAL_SEAL
256#define F_SEAL_SEAL 0
257#endif
258#ifndef F_SEAL_SHRINK
259#define F_SEAL_SHRINK 0
260#endif
261#ifndef F_SEAL_GROW
262#define F_SEAL_GROW 0
263#endif
264#ifndef F_SEAL_WRITE
265#define F_SEAL_WRITE 0
248#endif 266#endif
249#ifndef F_OFD_GETLK 267#ifndef F_OFD_GETLK
250#define F_OFD_GETLK 0 268#define F_OFD_GETLK 0
251#endif 269#endif
252#ifndef F_OFD_SETLK 270#ifndef F_OFD_SETLK
472#define EFD_NONBLOCK 0 490#define EFD_NONBLOCK 0
473#endif 491#endif
474#ifndef EFD_SEMAPHORE 492#ifndef EFD_SEMAPHORE
475#define EFD_SEMAPHORE 0 493#define EFD_SEMAPHORE 0
476#endif 494#endif
495#ifndef MFD_CLOEXEC
496#define MFD_CLOEXEC 0
497#endif
498#ifndef MFD_ALLOW_SEALING
499#define MFD_ALLOW_SEALING 0
500#endif
501#ifndef MFD_HUGETLB
502#define MFD_HUGETLB 0
503#endif
477#ifndef CLOCK_REALTIME 504#ifndef CLOCK_REALTIME
478#define CLOCK_REALTIME 0 505#define CLOCK_REALTIME 0
479#endif 506#endif
480#ifndef CLOCK_MONOTONIC 507#ifndef CLOCK_MONOTONIC
481#define CLOCK_MONOTONIC 0 508#define CLOCK_MONOTONIC 0
499#define TFD_TIMER_ABSTIME 0 526#define TFD_TIMER_ABSTIME 0
500#endif 527#endif
501#ifndef TFD_TIMER_CANCEL_ON_SET 528#ifndef TFD_TIMER_CANCEL_ON_SET
502#define TFD_TIMER_CANCEL_ON_SET 0 529#define TFD_TIMER_CANCEL_ON_SET 0
503#endif 530#endif
531#ifndef STATX_TYPE
532#define STATX_TYPE 0
533#endif
534#ifndef STATX_MODE
535#define STATX_MODE 0
536#endif
537#ifndef STATX_NLINK
538#define STATX_NLINK 0
539#endif
540#ifndef STATX_UID
541#define STATX_UID 0
542#endif
543#ifndef STATX_GID
544#define STATX_GID 0
545#endif
546#ifndef STATX_ATIME
547#define STATX_ATIME 0
548#endif
549#ifndef STATX_MTIME
550#define STATX_MTIME 0
551#endif
552#ifndef STATX_CTIME
553#define STATX_CTIME 0
554#endif
555#ifndef STATX_INO
556#define STATX_INO 0
557#endif
558#ifndef STATX_SIZE
559#define STATX_SIZE 0
560#endif
561#ifndef STATX_BLOCKS
562#define STATX_BLOCKS 0
563#endif
564#ifndef STATX_BASIC_STATS
565#define STATX_BASIC_STATS 0
566#endif
567#ifndef STATX_ALL
568#define STATX_ALL 0
569#endif
570#ifndef STATX_BTIME
571#define STATX_BTIME 0
572#endif
573#ifndef STATX_ATTR_COMPRESSED
574#define STATX_ATTR_COMPRESSED 0
575#endif
576#ifndef STATX_ATTR_IMMUTABLE
577#define STATX_ATTR_IMMUTABLE 0
578#endif
579#ifndef STATX_ATTR_APPEND
580#define STATX_ATTR_APPEND 0
581#endif
582#ifndef STATX_ATTR_NODUMP
583#define STATX_ATTR_NODUMP 0
584#endif
585#ifndef STATX_ATTR_ENCRYPTED
586#define STATX_ATTR_ENCRYPTED 0
587#endif
588#ifndef STATX_ATTR_AUTOMOUNT
589#define STATX_ATTR_AUTOMOUNT 0
590#endif
591#ifndef AT_FDCWD
592#define AT_FDCWD 0
593#endif
594#ifndef AT_SYMLINK_NOFOLLOW
595#define AT_SYMLINK_NOFOLLOW 0
596#endif
597#ifndef AT_EACCESS
598#define AT_EACCESS 0
599#endif
600#ifndef AT_REMOVEDIR
601#define AT_REMOVEDIR 0
602#endif
603#ifndef AT_SYMLINK_FOLLOW
604#define AT_SYMLINK_FOLLOW 0
605#endif
606#ifndef AT_NO_AUTOMOUNT
607#define AT_NO_AUTOMOUNT 0
608#endif
609#ifndef AT_EMPTY_PATH
610#define AT_EMPTY_PATH 0
611#endif
612#ifndef AT_STATX_SYNC_TYPE
613#define AT_STATX_SYNC_TYPE 0
614#endif
615#ifndef AT_STATX_AS_STAT
616#define AT_STATX_AS_STAT 0
617#endif
618#ifndef AT_STATX_FORCE_SYNC
619#define AT_STATX_FORCE_SYNC 0
620#endif
621#ifndef AT_STATX_DONT_SYNC
622#define AT_STATX_DONT_SYNC 0
623#endif
624#ifndef AT_RECURSIVE
625#define AT_RECURSIVE 0
626#endif
627#ifndef OPEN_TREE_CLONE
628#define OPEN_TREE_CLONE 0
629#endif
630#ifndef FSOPEN_CLOEXEC
631#define FSOPEN_CLOEXEC 0
632#endif
633#ifndef FSPICK_CLOEXEC
634#define FSPICK_CLOEXEC 0
635#endif
636#ifndef FSPICK_SYMLINK_NOFOLLOW
637#define FSPICK_SYMLINK_NOFOLLOW 0
638#endif
639#ifndef FSPICK_NO_AUTOMOUNT
640#define FSPICK_NO_AUTOMOUNT 0
641#endif
642#ifndef FSPICK_EMPTY_PATH
643#define FSPICK_EMPTY_PATH 0
644#endif
645#ifndef MOVE_MOUNT_F_SYMLINKS
646#define MOVE_MOUNT_F_SYMLINKS 0
647#endif
648#ifndef MOVE_MOUNT_F_AUTOMOUNTS
649#define MOVE_MOUNT_F_AUTOMOUNTS 0
650#endif
651#ifndef MOVE_MOUNT_F_EMPTY_PATH
652#define MOVE_MOUNT_F_EMPTY_PATH 0
653#endif
654#ifndef MOVE_MOUNT_T_SYMLINKS
655#define MOVE_MOUNT_T_SYMLINKS 0
656#endif
657#ifndef MOVE_MOUNT_T_AUTOMOUNTS
658#define MOVE_MOUNT_T_AUTOMOUNTS 0
659#endif
660#ifndef MOVE_MOUNT_T_EMPTY_PATH
661#define MOVE_MOUNT_T_EMPTY_PATH 0
662#endif
663#ifndef P_PID
664#define P_PID 0
665#endif
666#ifndef P_PIDFD
667#define P_PIDFD 0
668#endif
669#ifndef P_PGID
670#define P_PGID 0
671#endif
672#ifndef P_ALL
673#define P_ALL 0
674#endif
675#ifndef FSCONFIG_SET_FLAG
676#define FSCONFIG_SET_FLAG 0
677#endif
678#ifndef FSCONFIG_SET_STRING
679#define FSCONFIG_SET_STRING 0
680#endif
681#ifndef FSCONFIG_SET_BINARY
682#define FSCONFIG_SET_BINARY 0
683#endif
684#ifndef FSCONFIG_SET_PATH
685#define FSCONFIG_SET_PATH 0
686#endif
687#ifndef FSCONFIG_SET_PATH_EMPTY
688#define FSCONFIG_SET_PATH_EMPTY 0
689#endif
690#ifndef FSCONFIG_SET_FD
691#define FSCONFIG_SET_FD 0
692#endif
693#ifndef FSCONFIG_CMD_CREATE
694#define FSCONFIG_CMD_CREATE 0
695#endif
696#ifndef FSCONFIG_CMD_RECONFIGURE
697#define FSCONFIG_CMD_RECONFIGURE 0
698#endif
699#ifndef MOUNT_ATTR_RDONLY
700#define MOUNT_ATTR_RDONLY 0
701#endif
702#ifndef MOUNT_ATTR_NOSUID
703#define MOUNT_ATTR_NOSUID 0
704#endif
705#ifndef MOUNT_ATTR_NODEV
706#define MOUNT_ATTR_NODEV 0
707#endif
708#ifndef MOUNT_ATTR_NOEXEC
709#define MOUNT_ATTR_NOEXEC 0
710#endif
711#ifndef MOUNT_ATTR__ATIME
712#define MOUNT_ATTR__ATIME 0
713#endif
714#ifndef MOUNT_ATTR_RELATIME
715#define MOUNT_ATTR_RELATIME 0
716#endif
717#ifndef MOUNT_ATTR_NOATIME
718#define MOUNT_ATTR_NOATIME 0
719#endif
720#ifndef MOUNT_ATTR_STRICTATIME
721#define MOUNT_ATTR_STRICTATIME 0
722#endif
723#ifndef MOUNT_ATTR_NODIRATIME
724#define MOUNT_ATTR_NODIRATIME 0
725#endif
726#if HAVE_SYSCALL
727# if __linux__ && !defined(SYS_pidfd_open)
728# define SYS_pidfd_open 434
729# endif
730#else
731# undef SYS_pidfd_open
732#endif
733#ifndef SYS_pidfd_open
734# define SYS_pidfd_open -1
735#endif
736#if HAVE_SYSCALL
737# if __linux__ && !defined(SYS_pidfd_send_signal)
738# define SYS_pidfd_send_signal 424
739# endif
740#else
741# undef SYS_pidfd_send_signal
742#endif
743#ifndef SYS_pidfd_send_signal
744# define SYS_pidfd_send_signal -1
745#endif
746#if HAVE_SYSCALL
747# if __linux__ && !defined(SYS_pidfd_getfd)
748# define SYS_pidfd_getfd 438
749# endif
750#else
751# undef SYS_pidfd_getfd
752#endif
753#ifndef SYS_pidfd_getfd
754# define SYS_pidfd_getfd -1
755#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines