index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib9
/
lock-Linux.c
blob: c25596b9aeadfbc323fe2cc48494904dff962a7c (
plain
)
1
2
3
4
5
#ifdef __Linux26__ #include "lock-pthread.c" #else #include "lock-tas.c" #endif