btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / system / kernel / lib / kernel_lib.h
blobe34b5b5df04d781b2575b485311a1b8f2ff6c210
1 /*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_KERNEL_LIB_H
6 #define _KERNEL_KERNEL_LIB_H
9 #include <pthread.h>
12 #define pthread_testcancel() do {} while (false)
15 #endif // _KERNEL_KERNEL_LIB_H