2 * Compatibility layer for Android.
4 * Stub calls or alternate functions for pthreads.
12 #define pthread_setcanceltype(type, oldtype) (0)
13 #define pthread_setcancelstate(state, oldstate) (0)
15 #define pthread_cancel(ret) pthread_kill((ret), SIGUSR1)
17 typedef struct blkid_struct_probe
*blkid_probe
;
28 #endif /* __ANDROID_H__ */