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.2 by root, Tue Apr 10 05:01:34 2012 UTC vs.
Revision 1.24 by root, Mon Sep 5 08:43:59 2022 UTC

1/* GENERATED FILE */
2/* use ./gendef0 to regenerate this file */
1#ifndef ENOSYS 3#ifndef ENOSYS
2#define ENOSYS 0 4#define ENOSYS 0
3#endif 5#endif
4#ifndef EXDEV 6#ifndef EXDEV
5#define EXDEV 0 7#define EXDEV 0
6#endif 8#endif
7#ifndef EBADR 9#ifndef EBADR
8#define EBADR 0 10#define EBADR 0
9#endif 11#endif
12#ifndef SEEK_DATA
13#define SEEK_DATA 0
14#endif
15#ifndef SEEK_HOLE
16#define SEEK_HOLE 0
17#endif
18#ifndef POSIX_FADV_NORMAL
19#define POSIX_FADV_NORMAL 0
20#endif
21#ifndef POSIX_FADV_SEQUENTIAL
22#define POSIX_FADV_SEQUENTIAL 0
23#endif
24#ifndef POSIX_FADV_RANDOM
25#define POSIX_FADV_RANDOM 0
26#endif
27#ifndef POSIX_FADV_NOREUSE
28#define POSIX_FADV_NOREUSE 0
29#endif
30#ifndef POSIX_FADV_WILLNEED
31#define POSIX_FADV_WILLNEED 0
32#endif
33#ifndef POSIX_FADV_DONTNEED
34#define POSIX_FADV_DONTNEED 0
35#endif
36#ifndef POSIX_MADV_NORMAL
37#define POSIX_MADV_NORMAL 0
38#endif
39#ifndef POSIX_MADV_SEQUENTIAL
40#define POSIX_MADV_SEQUENTIAL 0
41#endif
42#ifndef POSIX_MADV_RANDOM
43#define POSIX_MADV_RANDOM 0
44#endif
45#ifndef POSIX_MADV_WILLNEED
46#define POSIX_MADV_WILLNEED 0
47#endif
48#ifndef POSIX_MADV_DONTNEED
49#define POSIX_MADV_DONTNEED 0
50#endif
51#ifndef O_ACCMODE
52#define O_ACCMODE 0
53#endif
10#ifndef O_RDONLY 54#ifndef O_RDONLY
11#define O_RDONLY 0 55#define O_RDONLY 0
12#endif 56#endif
13#ifndef O_WRONLY 57#ifndef O_WRONLY
14#define O_WRONLY 0 58#define O_WRONLY 0
65#define O_RSYNC 0 109#define O_RSYNC 0
66#endif 110#endif
67#ifndef O_SYNC 111#ifndef O_SYNC
68#define O_SYNC 0 112#define O_SYNC 0
69#endif 113#endif
114#ifndef O_PATH
115#define O_PATH 0
116#endif
117#ifndef O_TMPFILE
118#define O_TMPFILE 0
119#endif
70#ifndef O_TTY_INIT 120#ifndef O_TTY_INIT
71#define O_TTY_INIT 0 121#define O_TTY_INIT 0
72#endif 122#endif
73#ifndef S_IFIFO 123#ifndef S_IFIFO
74#define S_IFIFO 0 124#define S_IFIFO 0
95#define S_IFSOCK 0 145#define S_IFSOCK 0
96#endif 146#endif
97#ifndef S_IFMT 147#ifndef S_IFMT
98#define S_IFMT 0 148#define S_IFMT 0
99#endif 149#endif
100#ifndef POSIX_FADV_NORMAL
101#define POSIX_FADV_NORMAL 0
102#endif
103#ifndef POSIX_FADV_SEQUENTIAL
104#define POSIX_FADV_SEQUENTIAL 0
105#endif
106#ifndef POSIX_FADV_RANDOM
107#define POSIX_FADV_RANDOM 0
108#endif
109#ifndef POSIX_FADV_NOREUSE
110#define POSIX_FADV_NOREUSE 0
111#endif
112#ifndef POSIX_FADV_WILLNEED
113#define POSIX_FADV_WILLNEED 0
114#endif
115#ifndef POSIX_FADV_DONTNEED
116#define POSIX_FADV_DONTNEED 0
117#endif
118#ifndef POSIX_MADV_NORMAL
119#define POSIX_MADV_NORMAL 0
120#endif
121#ifndef POSIX_MADV_SEQUENTIAL
122#define POSIX_MADV_SEQUENTIAL 0
123#endif
124#ifndef POSIX_MADV_RANDOM
125#define POSIX_MADV_RANDOM 0
126#endif
127#ifndef POSIX_MADV_WILLNEED
128#define POSIX_MADV_WILLNEED 0
129#endif
130#ifndef POSIX_MADV_DONTNEED
131#define POSIX_MADV_DONTNEED 0
132#endif
133#ifndef ST_RDONLY 150#ifndef ST_RDONLY
134#define ST_RDONLY 0 151#define ST_RDONLY 0
135#endif 152#endif
136#ifndef ST_NOSUID 153#ifndef ST_NOSUID
137#define ST_NOSUID 0 154#define ST_NOSUID 0
182#define MAP_PRIVATE 0 199#define MAP_PRIVATE 0
183#endif 200#endif
184#ifndef MAP_SHARED 201#ifndef MAP_SHARED
185#define MAP_SHARED 0 202#define MAP_SHARED 0
186#endif 203#endif
204#ifndef MAP_FIXED
205#define MAP_FIXED 0
206#endif
187#ifndef MAP_ANONYMOUS 207#ifndef MAP_ANONYMOUS
188#define MAP_ANONYMOUS 0 208#define MAP_ANONYMOUS 0
189#endif 209#endif
210#ifndef MAP_LOCKED
211#define MAP_LOCKED 0
212#endif
213#ifndef MAP_NORESERVE
214#define MAP_NORESERVE 0
215#endif
216#ifndef MAP_POPULATE
217#define MAP_POPULATE 0
218#endif
219#ifndef MAP_NONBLOCK
220#define MAP_NONBLOCK 0
221#endif
222#ifndef MAP_GROWSDOWN
223#define MAP_GROWSDOWN 0
224#endif
225#ifndef MAP_32BIT
226#define MAP_32BIT 0
227#endif
190#ifndef MAP_HUGETLB 228#ifndef MAP_HUGETLB
191#define MAP_HUGETLB 0 229#define MAP_HUGETLB 0
192#endif 230#endif
193#ifndef MAP_LOCKED 231#ifndef MAP_STACK
194#define MAP_LOCKED 0 232#define MAP_STACK 0
195#endif 233#endif
196#ifndef MAP_NORESERVE 234#ifndef MAP_FIXED_NOREPLACE
197#define MAP_NORESERVE 0 235#define MAP_FIXED_NOREPLACE 0
198#endif 236#endif
199#ifndef MAP_POPULATE 237#ifndef MAP_SHARED_VALIDATE
200#define MAP_POPULATE 0 238#define MAP_SHARED_VALIDATE 0
201#endif 239#endif
202#ifndef MAP_NONBLOCK 240#ifndef MAP_SYNC
203#define MAP_NONBLOCK 0 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
258#ifndef F_DUPFD_CLOEXEC
259#define F_DUPFD_CLOEXEC 0
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
279#ifndef F_OFD_GETLK
280#define F_OFD_GETLK 0
281#endif
282#ifndef F_OFD_SETLK
283#define F_OFD_SETLK 0
284#endif
285#ifndef F_OFD_GETLKW
286#define F_OFD_GETLKW 0
287#endif
288#ifndef FIFREEZE
289#define FIFREEZE 0
290#endif
291#ifndef FITHAW
292#define FITHAW 0
293#endif
294#ifndef FITRIM
295#define FITRIM 0
296#endif
297#ifndef FICLONE
298#define FICLONE 0
299#endif
300#ifndef FICLONERANGE
301#define FICLONERANGE 0
302#endif
303#ifndef FIDEDUPERANGE
304#define FIDEDUPERANGE 0
305#endif
306#ifndef FS_IOC_GETFLAGS
307#define FS_IOC_GETFLAGS 0
308#endif
309#ifndef FS_IOC_SETFLAGS
310#define FS_IOC_SETFLAGS 0
311#endif
312#ifndef FS_IOC_GETVERSION
313#define FS_IOC_GETVERSION 0
314#endif
315#ifndef FS_IOC_SETVERSION
316#define FS_IOC_SETVERSION 0
317#endif
318#ifndef FS_IOC_FIEMAP
319#define FS_IOC_FIEMAP 0
320#endif
321#ifndef FS_IOC_FSGETXATTR
322#define FS_IOC_FSGETXATTR 0
323#endif
324#ifndef FS_IOC_FSSETXATTR
325#define FS_IOC_FSSETXATTR 0
326#endif
327#ifndef FS_IOC_SET_ENCRYPTION_POLICY
328#define FS_IOC_SET_ENCRYPTION_POLICY 0
329#endif
330#ifndef FS_IOC_GET_ENCRYPTION_PWSALT
331#define FS_IOC_GET_ENCRYPTION_PWSALT 0
332#endif
333#ifndef FS_IOC_GET_ENCRYPTION_POLICY
334#define FS_IOC_GET_ENCRYPTION_POLICY 0
335#endif
336#ifndef FS_KEY_DESCRIPTOR_SIZE
337#define FS_KEY_DESCRIPTOR_SIZE 0
338#endif
339#ifndef FS_SECRM_FL
340#define FS_SECRM_FL 0
341#endif
342#ifndef FS_UNRM_FL
343#define FS_UNRM_FL 0
344#endif
345#ifndef FS_COMPR_FL
346#define FS_COMPR_FL 0
347#endif
348#ifndef FS_SYNC_FL
349#define FS_SYNC_FL 0
350#endif
351#ifndef FS_IMMUTABLE_FL
352#define FS_IMMUTABLE_FL 0
353#endif
354#ifndef FS_APPEND_FL
355#define FS_APPEND_FL 0
356#endif
357#ifndef FS_NODUMP_FL
358#define FS_NODUMP_FL 0
359#endif
360#ifndef FS_NOATIME_FL
361#define FS_NOATIME_FL 0
362#endif
363#ifndef FS_DIRTY_FL
364#define FS_DIRTY_FL 0
365#endif
366#ifndef FS_COMPRBLK_FL
367#define FS_COMPRBLK_FL 0
368#endif
369#ifndef FS_NOCOMP_FL
370#define FS_NOCOMP_FL 0
371#endif
372#ifndef FS_ENCRYPT_FL
373#define FS_ENCRYPT_FL 0
374#endif
375#ifndef FS_BTREE_FL
376#define FS_BTREE_FL 0
377#endif
378#ifndef FS_INDEX_FL
379#define FS_INDEX_FL 0
380#endif
381#ifndef FS_JOURNAL_DATA_FL
382#define FS_JOURNAL_DATA_FL 0
383#endif
384#ifndef FS_NOTAIL_FL
385#define FS_NOTAIL_FL 0
386#endif
387#ifndef FS_DIRSYNC_FL
388#define FS_DIRSYNC_FL 0
389#endif
390#ifndef FS_TOPDIR_FL
391#define FS_TOPDIR_FL 0
392#endif
393#ifndef FS_FL_USER_MODIFIABLE
394#define FS_FL_USER_MODIFIABLE 0
395#endif
396#ifndef FS_XFLAG_REALTIME
397#define FS_XFLAG_REALTIME 0
398#endif
399#ifndef FS_XFLAG_PREALLOC
400#define FS_XFLAG_PREALLOC 0
401#endif
402#ifndef FS_XFLAG_IMMUTABLE
403#define FS_XFLAG_IMMUTABLE 0
404#endif
405#ifndef FS_XFLAG_APPEND
406#define FS_XFLAG_APPEND 0
407#endif
408#ifndef FS_XFLAG_SYNC
409#define FS_XFLAG_SYNC 0
410#endif
411#ifndef FS_XFLAG_NOATIME
412#define FS_XFLAG_NOATIME 0
413#endif
414#ifndef FS_XFLAG_NODUMP
415#define FS_XFLAG_NODUMP 0
416#endif
417#ifndef FS_XFLAG_RTINHERIT
418#define FS_XFLAG_RTINHERIT 0
419#endif
420#ifndef FS_XFLAG_PROJINHERIT
421#define FS_XFLAG_PROJINHERIT 0
422#endif
423#ifndef FS_XFLAG_NOSYMLINKS
424#define FS_XFLAG_NOSYMLINKS 0
425#endif
426#ifndef FS_XFLAG_EXTSIZE
427#define FS_XFLAG_EXTSIZE 0
428#endif
429#ifndef FS_XFLAG_EXTSZINHERIT
430#define FS_XFLAG_EXTSZINHERIT 0
431#endif
432#ifndef FS_XFLAG_NODEFRAG
433#define FS_XFLAG_NODEFRAG 0
434#endif
435#ifndef FS_XFLAG_FILESTREAM
436#define FS_XFLAG_FILESTREAM 0
437#endif
438#ifndef FS_XFLAG_DAX
439#define FS_XFLAG_DAX 0
440#endif
441#ifndef FS_XFLAG_HASATTR
442#define FS_XFLAG_HASATTR 0
204#endif 443#endif
205#ifndef FIEMAP_FLAG_SYNC 444#ifndef FIEMAP_FLAG_SYNC
206#define FIEMAP_FLAG_SYNC 0 445#define FIEMAP_FLAG_SYNC 0
207#endif 446#endif
208#ifndef FIEMAP_FLAG_XATTR 447#ifndef FIEMAP_FLAG_XATTR
254#define SPLICE_F_MORE 0 493#define SPLICE_F_MORE 0
255#endif 494#endif
256#ifndef SPLICE_F_GIFT 495#ifndef SPLICE_F_GIFT
257#define SPLICE_F_GIFT 0 496#define SPLICE_F_GIFT 0
258#endif 497#endif
259#ifndef SEEK_DATA 498#ifndef EFD_CLOEXEC
260#define SEEK_DATA 0 499#define EFD_CLOEXEC 0
500#endif
501#ifndef EFD_NONBLOCK
502#define EFD_NONBLOCK 0
503#endif
504#ifndef EFD_SEMAPHORE
505#define EFD_SEMAPHORE 0
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
522#ifndef CLOCK_REALTIME
523#define CLOCK_REALTIME 0
524#endif
525#ifndef CLOCK_MONOTONIC
526#define CLOCK_MONOTONIC 0
527#endif
528#ifndef CLOCK_BOOTTIME
529#define CLOCK_BOOTTIME 0
530#endif
531#ifndef CLOCK_REALTIME_ALARM
532#define CLOCK_REALTIME_ALARM 0
533#endif
534#ifndef CLOCK_BOOTTIME_ALARM
535#define CLOCK_BOOTTIME_ALARM 0
536#endif
537#ifndef TFD_NONBLOCK
538#define TFD_NONBLOCK 0
539#endif
540#ifndef TFD_CLOEXEC
541#define TFD_CLOEXEC 0
542#endif
543#ifndef TFD_TIMER_ABSTIME
544#define TFD_TIMER_ABSTIME 0
545#endif
546#ifndef TFD_TIMER_CANCEL_ON_SET
547#define TFD_TIMER_CANCEL_ON_SET 0
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
261#endif 891# endif
262#ifndef SEEK_HOLE 892#else
263#define SEEK_HOLE 0 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
264#endif 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