add tsemacquire syscall for go

This commit is contained in:
cinap_lenrek 2012-07-29 20:26:49 +02:00
parent 780d393e4b
commit 49ac0b93d3
4 changed files with 68 additions and 0 deletions

View file

@ -48,3 +48,4 @@
#define AWAIT 47
#define PREAD 50
#define PWRITE 51
#define TSEMACQUIRE 52