Sign in
android-kvm
/
linux
/
1ca2dda2d4fcbbcd92eed155dedd2f60dec3eee9
/
.
/
tools
/
testing
/
selftests
/
android
/
include
/
bionic-compat.h
blob: 109fb44247ebd66e5ec1bb9c8f6fb1d11a650c45 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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 */