summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec_elf.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-09-05 06:35:19 +0000
committermpi <mpi@openbsd.org>2017-09-05 06:35:19 +0000
commit50a81047607fd1c3334f5e86858a088582a4b36a (patch)
tree5f563176f18252006a5752ff6e2f0c449dbd3bd9 /sys/sys/exec_elf.h
parentAdd -Wno-sign-compare, the single warning produced is a false positive; (diff)
downloadwireguard-openbsd-50a81047607fd1c3334f5e86858a088582a4b36a.tar.xz
wireguard-openbsd-50a81047607fd1c3334f5e86858a088582a4b36a.zip
Remove unused 32bit version of elf_hash().
Riding previous libc bump. ok kettenis@
Diffstat (limited to 'sys/sys/exec_elf.h')
-rw-r--r--sys/sys/exec_elf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 77c13a0372c..2efe09ebc9d 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.74 2017/05/30 15:39:05 mpi Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.75 2017/09/05 06:35:19 mpi Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -528,9 +528,6 @@ typedef struct {
#define DF_1_NODUMP 0x00001000
#define DF_1_CONLFAT 0x00002000
-/* Standard ELF hashing function */
-unsigned int elf_hash(const unsigned char *name);
-
/*
* Note header
*/