diff options
Diffstat (limited to 'Plan9/386/include/lib9.h')
| -rw-r--r-- | Plan9/386/include/lib9.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plan9/386/include/lib9.h b/Plan9/386/include/lib9.h index aab2d462..ba62ee32 100644 --- a/Plan9/386/include/lib9.h +++ b/Plan9/386/include/lib9.h @@ -380,10 +380,10 @@ extern int toupper(int); */ typedef struct Lock { - ulong val; + int val; } Lock; -extern ulong _tas(ulong*); +extern int _tas(int*); extern void lock(Lock*); extern void unlock(Lock*); |
