xref: /original-bsd/lib/libc/vax/sys/cerror.s (revision f0fd5f8a)
1/* cerror.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5	.globl	_errno
6cerror:
7	movl	r0,_errno
8	mnegl	$1,r0
9	ret
10