diff options
| author | 2015-06-12 09:26:05 +0000 | |
|---|---|---|
| committer | 2015-06-12 09:26:05 +0000 | |
| commit | 61dbf52c84103184be9d81691a03c12546e52667 (patch) | |
| tree | 94df48782b85ec465ad9370e42f823d06e76d204 /lib/libc | |
| parent | Kill trailing blank; no text change. (diff) | |
| download | wireguard-openbsd-61dbf52c84103184be9d81691a03c12546e52667.tar.xz wireguard-openbsd-61dbf52c84103184be9d81691a03c12546e52667.zip | |
Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/arch/amd64/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/amd64/SYS.h b/lib/libc/arch/amd64/SYS.h index 82eedd460fc..8b5f50f1838 100644 --- a/lib/libc/arch/amd64/SYS.h +++ b/lib/libc/arch/amd64/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.10 2015/04/07 01:27:06 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.11 2015/06/12 09:26:05 uebayasi Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -42,7 +42,7 @@ #define SYSTRAP(x) movl $(SYS_ ## x),%eax; movq %rcx, %r10; syscall #define SYSENTRY(x) \ - ENTRY(_thread_sys_ ## x); \ + SYSENTRY_HIDDEN(x); \ .weak _C_LABEL(x); \ _C_LABEL(x) = _C_LABEL(_thread_sys_ ## x) #define SYSENTRY_HIDDEN(x) \ |
