summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/alpha/syscall.h')
-rw-r--r--libexec/ld.so/alpha/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/alpha/syscall.h b/libexec/ld.so/alpha/syscall.h
index e0024634eeb..df364c4715e 100644
--- a/libexec/ld.so/alpha/syscall.h
+++ b/libexec/ld.so/alpha/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.31 2016/03/21 01:32:48 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.32 2016/03/21 22:41:28 bluhm Exp $ */
/*
* Copyright (c) 2001 Niklas Hallqvist
@@ -57,7 +57,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_sendsyslog2(const char *, size_t, int);
+int _dl_sendsyslog(const char *, size_t, int);
static inline off_t
_dl_lseek(int fildes, off_t offset, int whence)