summaryrefslogtreecommitdiff
path: root/libexec/ld.so/hppa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-07-05 21:54:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-07-05 21:54:52 +0000
commitd5b068859836b6c02879ba4b64e9b6e46568ff3f (patch)
treed67dd7c456313968b81c7a9dcb9e6aa873598f6a /libexec/ld.so/hppa
parentc9ab02c12e25cbf63fd1d9d1c96919536279cfe3 (diff)
Mark _dl_exit __dead.
Diffstat (limited to 'libexec/ld.so/hppa')
-rw-r--r--libexec/ld.so/hppa/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/hppa/syscall.h b/libexec/ld.so/hppa/syscall.h
index 2b622b745c6..7fb15daa2b4 100644
--- a/libexec/ld.so/hppa/syscall.h
+++ b/libexec/ld.so/hppa/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.11 2013/08/13 05:52:19 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.12 2014/07/05 21:54:51 miod Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -40,6 +40,7 @@
((long)__res < 0 && (long)__res >= -_dl_MAX_ERRNO)
int _dl_close(int);
+__dead
int _dl_exit(int);
int _dl_issetugid(void);
long _dl__syscall(quad_t, ...);