summaryrefslogtreecommitdiff
path: root/sys/include/libc.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-29 20:26:49 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-29 20:26:49 +0200
commit49ac0b93d3a4652e0bda07d7654c9ffb7c3fb004 (patch)
treeade14ef73f153a107fe17b9258f6859977d1c096 /sys/include/libc.h
parent780d393e4b15751df69a1af8f84705270621be25 (diff)
add tsemacquire syscall for go
Diffstat (limited to 'sys/include/libc.h')
-rw-r--r--sys/include/libc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h
index 2c4f3b428..041066dd7 100644
--- a/sys/include/libc.h
+++ b/sys/include/libc.h
@@ -670,6 +670,7 @@ extern int semacquire(long*, int);
extern long semrelease(long*, long);
extern int sleep(long);
extern int stat(char*, uchar*, int);
+extern int tsemacquire(long*, ulong);
extern Waitmsg* wait(void);
extern int waitpid(void);
extern long write(int, void*, long);