diff options
Diffstat (limited to 'src/thread/pthread_getcpuclockid.c')
-rw-r--r-- | src/thread/pthread_getcpuclockid.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/thread/pthread_getcpuclockid.c b/src/thread/pthread_getcpuclockid.c new file mode 100644 index 00000000..cf3d2b84 --- /dev/null +++ b/src/thread/pthread_getcpuclockid.c @@ -0,0 +1,6 @@ +#include "pthread_impl.h" + +int pthread_getcpuclockid(pthread_t t, clockid_t *clockid) +{ + return ENOSYS; +} |