summaryrefslogtreecommitdiff
path: root/MacOSX/386/include
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-09 09:36:43 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-09 09:36:43 +0000
commit7e00430948d8af545f880e82bb30cd3ee50deb04 (patch)
treee6068e90da61e0237ac5c5badad2dfb529b2584e /MacOSX/386/include
parentdeded166fd253a3a50a66f1a97cc215e47372472 (diff)
20080609-1035
Diffstat (limited to 'MacOSX/386/include')
-rw-r--r--MacOSX/386/include/lib9.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MacOSX/386/include/lib9.h b/MacOSX/386/include/lib9.h
index f7c89d6d..841da466 100644
--- a/MacOSX/386/include/lib9.h
+++ b/MacOSX/386/include/lib9.h
@@ -297,11 +297,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*);