Skip to content

Commit

Permalink
[compiler-rt] unbreak android build
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Jan 2, 2024
1 parent 3c127e8 commit 9943cd7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ typedef long __sanitizer_clock_t;

#if SANITIZER_LINUX
typedef int __sanitizer_clockid_t;
typedef unsigned long long __sanitizer_eventfd_t;
#endif

#if SANITIZER_LINUX
Expand Down Expand Up @@ -938,8 +939,6 @@ struct __sanitizer_cookie_io_functions_t {
__sanitizer_cookie_io_seek seek;
__sanitizer_cookie_io_close close;
};

typedef unsigned long long __sanitizer_eventfd_t;
#endif

#define IOC_NRBITS 8
Expand Down

0 comments on commit 9943cd7

Please sign in to comment.