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.23 by root, Sat Apr 9 19:34:05 2022 UTC vs.
Revision 1.24 by root, Mon Sep 5 08:43:59 2022 UTC

738#ifndef MOUNT_ATTR_STRICTATIME 738#ifndef MOUNT_ATTR_STRICTATIME
739#define MOUNT_ATTR_STRICTATIME 0 739#define MOUNT_ATTR_STRICTATIME 0
740#endif 740#endif
741#ifndef MOUNT_ATTR_NODIRATIME 741#ifndef MOUNT_ATTR_NODIRATIME
742#define MOUNT_ATTR_NODIRATIME 0 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
743#endif 887#endif
744#if HAVE_SYSCALL 888#if HAVE_SYSCALL
745# if __linux__ && !defined(SYS_pidfd_open) 889# if __linux__ && !defined(SYS_pidfd_open)
746# define SYS_pidfd_open 434 890# define SYS_pidfd_open 434
747# endif 891# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines