We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c127e8 commit 9943cd7Copy full SHA for 9943cd7
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -523,6 +523,7 @@ typedef long __sanitizer_clock_t;
523
524
#if SANITIZER_LINUX
525
typedef int __sanitizer_clockid_t;
526
+typedef unsigned long long __sanitizer_eventfd_t;
527
#endif
528
529
@@ -938,8 +939,6 @@ struct __sanitizer_cookie_io_functions_t {
938
939
__sanitizer_cookie_io_seek seek;
940
__sanitizer_cookie_io_close close;
941
};
-
942
-typedef unsigned long long __sanitizer_eventfd_t;
943
944
945
#define IOC_NRBITS 8
0 commit comments