forked from OSchip/llvm-project
Move internal_uname to #if SANITIZER_LINUX scope.
Remove it from target-specific scope which corresponds to sanitizer_linux.cpp where it lives in the same macro scope. Differential Revision: https://reviews.llvm.org/D80864
This commit is contained in:
parent
751f18e7d4
commit
b638b63b99
|
@ -65,8 +65,8 @@ void internal_sigdelset(__sanitizer_sigset_t *set, int signum);
|
|||
|| defined(__arm__)
|
||||
uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg,
|
||||
int *parent_tidptr, void *newtls, int *child_tidptr);
|
||||
int internal_uname(struct utsname *buf);
|
||||
#endif
|
||||
int internal_uname(struct utsname *buf);
|
||||
#elif SANITIZER_FREEBSD
|
||||
void internal_sigdelset(__sanitizer_sigset_t *set, int signum);
|
||||
#elif SANITIZER_NETBSD
|
||||
|
|
Loading…
Reference in New Issue