summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/hidden/sys/socket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/hidden/sys/socket.h b/lib/libc/hidden/sys/socket.h
index 1e281c46fa1..9d2227d157c 100644
--- a/lib/libc/hidden/sys/socket.h
+++ b/lib/libc/hidden/sys/socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: socket.h,v 1.1 2015/09/11 15:38:33 guenther Exp $ */
+/* $OpenBSD: socket.h,v 1.2 2015/10/04 07:14:48 guenther Exp $ */
/*
* Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
*
@@ -21,6 +21,7 @@
#include_next <sys/socket.h>
PROTO_NORMAL(bind);
+PROTO_DEPRECATED(getpeereid);
PROTO_NORMAL(getpeername);
PROTO_NORMAL(getrtable);
PROTO_NORMAL(getsockname);
@@ -29,6 +30,7 @@ PROTO_NORMAL(listen);
PROTO_NORMAL(setrtable);
PROTO_NORMAL(setsockopt);
PROTO_NORMAL(shutdown);
+PROTO_DEPRECATED(sockatmark);
PROTO_NORMAL(socket);
PROTO_NORMAL(socketpair);