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.19 by root, Tue Dec 29 15:25:26 2020 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
499#define MFD_ALLOW_SEALING 0 511#define MFD_ALLOW_SEALING 0
500#endif 512#endif
501#ifndef MFD_HUGETLB 513#ifndef MFD_HUGETLB
502#define MFD_HUGETLB 0 514#define MFD_HUGETLB 0
503#endif 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
504#ifndef CLOCK_REALTIME 522#ifndef CLOCK_REALTIME
505#define CLOCK_REALTIME 0 523#define CLOCK_REALTIME 0
506#endif 524#endif
507#ifndef CLOCK_MONOTONIC 525#ifndef CLOCK_MONOTONIC
508#define CLOCK_MONOTONIC 0 526#define CLOCK_MONOTONIC 0
657#ifndef MOVE_MOUNT_T_AUTOMOUNTS 675#ifndef MOVE_MOUNT_T_AUTOMOUNTS
658#define MOVE_MOUNT_T_AUTOMOUNTS 0 676#define MOVE_MOUNT_T_AUTOMOUNTS 0
659#endif 677#endif
660#ifndef MOVE_MOUNT_T_EMPTY_PATH 678#ifndef MOVE_MOUNT_T_EMPTY_PATH
661#define MOVE_MOUNT_T_EMPTY_PATH 0 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
662#endif 743#endif
663#if HAVE_SYSCALL 744#if HAVE_SYSCALL
664# if __linux__ && !defined(SYS_pidfd_open) 745# if __linux__ && !defined(SYS_pidfd_open)
665# define SYS_pidfd_open 434 746# define SYS_pidfd_open 434
666# endif 747# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines