summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sparc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/sparc/syscall.h')
-rw-r--r--libexec/ld.so/sparc/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/sparc/syscall.h b/libexec/ld.so/sparc/syscall.h
index 8bfff483670..498cc6fe718 100644
--- a/libexec/ld.so/sparc/syscall.h
+++ b/libexec/ld.so/sparc/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.22 2015/09/19 20:56:47 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.23 2015/11/15 03:41:24 deraadt Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -52,6 +52,7 @@ ssize_t _dl_getdents(int, char *, size_t);
int _dl_sysctl(const int *, u_int, void *, size_t *, void *, size_t);
int _dl_gettimeofday(struct timeval *, struct timezone *);
ssize_t _dl_readlink(const char *, char *, size_t);
+int _dl_pledge(const char *, const char **);
int _dl_lstat(const char *, struct stat *);
int _dl_getcwd(char *, size_t);
int _dl_utrace(const char *, const void *, size_t);