summaryrefslogtreecommitdiff
path: root/Nt
diff options
context:
space:
mode:
Diffstat (limited to 'Nt')
-rwxr-xr-xNt/386/include/lib9.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h
index 7b723c5f..d45f226c 100755
--- a/Nt/386/include/lib9.h
+++ b/Nt/386/include/lib9.h
@@ -289,11 +289,11 @@ extern int encodefmt(Fmt*);
*/
typedef
struct Lock {
- ulong val;
+ int val;
int pid;
} Lock;
-extern ulong _tas(ulong*);
+extern int _tas(int*);
extern void lock(Lock*);
extern void unlock(Lock*);