summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-31 13:18:58 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-31 13:18:58 +0000
commitcc440ed533045742527f4ed387d3254c96e0b358 (patch)
tree01fa37dad393914d6f9ef5c2439a218c6a205af6 /libexec/ld.so/alpha
parentb39205282bf36d05977219e3861f30f3a16f0334 (diff)
alpha and sh have TCB_SET() macros so don't need _dl_set_tcb()
ok deraadt@
Diffstat (limited to 'libexec/ld.so/alpha')
-rw-r--r--libexec/ld.so/alpha/ldasm.S3
-rw-r--r--libexec/ld.so/alpha/syscall.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/libexec/ld.so/alpha/ldasm.S b/libexec/ld.so/alpha/ldasm.S
index 33f28287079..68b68fc419c 100644
--- a/libexec/ld.so/alpha/ldasm.S
+++ b/libexec/ld.so/alpha/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.37 2016/08/28 06:15:32 guenther Exp $ */
+/* $OpenBSD: ldasm.S,v 1.38 2016/08/31 13:18:57 guenther Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -324,7 +324,6 @@ DL_SYSCALL(open)
DL_SYSCALL(read)
DL_SYSCALL(readlink)
DL_SYSCALL2(_syscall,__syscall)
-DL_SYSCALL2_NOERR(set_tcb,__set_tcb)
DL_SYSCALL(sysctl)
DL_SYSCALL(utrace)
DL_SYSCALL(write)
diff --git a/libexec/ld.so/alpha/syscall.h b/libexec/ld.so/alpha/syscall.h
index 2687475e115..b60e10a099f 100644
--- a/libexec/ld.so/alpha/syscall.h
+++ b/libexec/ld.so/alpha/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.35 2016/08/28 06:15:32 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.36 2016/08/31 13:18:57 guenther Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -57,6 +57,5 @@ int _dl_getcwd(char *, size_t);
int _dl_utrace(const char *, const void *, size_t);
int _dl_getentropy(char *, size_t);
int _dl_sendsyslog(const char *, size_t, int);
-void _dl_set_tcb(void *);
#endif /*__DL_SYSCALL_H__*/