summaryrefslogtreecommitdiff
path: root/libexec/ld.so/amd64/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/amd64/syscall.h')
-rw-r--r--libexec/ld.so/amd64/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/amd64/syscall.h b/libexec/ld.so/amd64/syscall.h
index 71967e1bea6..91aa7ce285b 100644
--- a/libexec/ld.so/amd64/syscall.h
+++ b/libexec/ld.so/amd64/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.14 2014/07/09 12:51:20 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.15 2014/07/14 03:54:50 deraadt Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -58,6 +58,7 @@ int _dl_lstat(const char *, struct stat *);
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);
static inline off_t
_dl_lseek(int fildes, off_t offset, int whence)