summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libpthread/pthread_self.c
blob: 394686dd4b0c3608f1a0a2fc2343a30493dc709f (plain)
1
2
3
4
#include <unistd.h>
#include <pthread.h>

pthread_t pthread_self() { return getpid(); }