BSD 4 development
[unix-history] / usr / src / libc / sys / acct.s
CommitLineData
9c8fc5ca
BJ
1# C library -- acct
2
3 .set acct,51
4.globl _acct
5.globl cerror
6
7_acct:
8 .word 0x0000
9 chmk $acct
10 bcc noerror
11 jmp cerror
12noerror:
13 ret