Sign in
android
/
platform
/
external
/
linux-kselftest
/
refs/heads/android15-tests-dev
/
.
/
android
/
include
/
bionic-compat.h
blob: 5290abbb68ec42b315f6c0ed06a56fbfa9977ac9 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
__BIONIC_COMPAT_H
#define
__BIONIC_COMPAT_H
#define
_GNU_SOURCE
#include
<sys/types.h>
static
inline
int
pthread_cancel
(
pthread_t
thread
)
{
return
0
;
}
#endif
/* __BIONIC_COMPAT_H */