summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-06-13 11:44:25 +0000
committerart <art@openbsd.org>2001-06-13 11:44:25 +0000
commit4a83e708ced1fe6a6a88ebd72589f8f3e5aed311 (patch)
treeadefa50282f5fd1f5c067dce9d5635353c4c7fd9 /lib/libc
parent"#endif _THREAD_SAFE" is not legal (diff)
downloadwireguard-openbsd-4a83e708ced1fe6a6a88ebd72589f8f3e5aed311.tar.xz
wireguard-openbsd-4a83e708ced1fe6a6a88ebd72589f8f3e5aed311.zip
pretty
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/alpha/SYS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/alpha/SYS.h b/lib/libc/arch/alpha/SYS.h
index 2e24bf825e2..05718176b17 100644
--- a/lib/libc/arch/alpha/SYS.h
+++ b/lib/libc/arch/alpha/SYS.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: SYS.h,v 1.5 2001/06/13 11:42:10 art Exp $ */
+/* $OpenBSD: SYS.h,v 1.6 2001/06/13 11:44:25 art Exp $ */
/* $NetBSD: SYS.h,v 1.4 1996/10/17 03:03:53 cgd Exp $ */
/*
@@ -56,7 +56,7 @@ __LEAF(p,name,0); /* XXX # of args? */ \
#define __RSYSCALL(p,name) \
- __SYSCALL(p,name); \
+ __SYSCALL(p,name); \
RET; \
__END(p,name)