aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-07-08 15:23:18 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-07-08 15:23:18 +0000
commitc38898116a2737ea168993b9419c4370e7280303 (patch)
treee525a39d82e8f09edff07a5f34dbc91455121d99 /include
parent6b53d5c0e71582ff79b1490b71c13fcdb9a1680b (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index aa027c21ae72..b4b7516bc6ac 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -513,6 +513,7 @@ int initgroups(const char *, gid_t);
int iruserok(unsigned long, int, const char *, const char *);
int iruserok_sa(const void *, int, int, const char *, const char *);
int issetugid(void);
+long lpathconf(const char *, int);
#ifndef _MKDTEMP_DECLARED
char *mkdtemp(char *);
#define _MKDTEMP_DECLARED