aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 75592ee9..9424d37e 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -23,6 +23,7 @@ void _threadsetsysproc(void);
void _threadsleep(Rendez*);
_Thread *_threadwakeup(Rendez*);
#define yield threadyield
+int threadid(void);
/*
* I am tired of making this mistake.