blob: 5290abbb68ec42b315f6c0ed06a56fbfa9977ac9 [file] [log] [blame]
#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 */