aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-08-03 15:40:44 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-08-03 15:40:44 +0800
commit6cabd42ed2da1d48f34ba194f9311362996e47a3 (patch)
treee509f19de0191ffd16d43ad0074b3cb2aac8017a /fallback.h
parent0daee33ad6e581aa60f6ad6b78c5f69bdcaf45cb (diff)
Remove getpeerid/getpeerucred and fallbacks
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fallback.h b/fallback.h
index 6898ea57..eba91be6 100644
--- a/fallback.h
+++ b/fallback.h
@@ -482,7 +482,3 @@ double nan(char *tagp);
#endif
-
-#ifndef HAVE_GETPEEREID
-int getpeereid(int sock, uid_t *uid, gid_t *gid);
-#endif