summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/pthread_private.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-19 18:01:03 +0000
committersobomax <sobomax@FreeBSD.org>2000-09-19 18:01:03 +0000
commit7db199851c6457f6ec8aeec24a8500d28f32fd81 (patch)
tree6233855a6ef56d2ec04799e9c0aca90827f19f76 /lib/libc_r/uthread/pthread_private.h
parentf531c87f438dc2bf3603ac45e9989d9a6ebb53a7 (diff)
downloadFreeBSD-src-7db199851c6457f6ec8aeec24a8500d28f32fd81.zip
FreeBSD-src-7db199851c6457f6ec8aeec24a8500d28f32fd81.tar.gz
Add thread-safe wrapper for fpathconf(2) syscall.
Reviewed by: jlemon
Diffstat (limited to 'lib/libc_r/uthread/pthread_private.h')
-rw-r--r--lib/libc_r/uthread/pthread_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h
index 8058469..9d76747 100644
--- a/lib/libc_r/uthread/pthread_private.h
+++ b/lib/libc_r/uthread/pthread_private.h
@@ -1204,6 +1204,7 @@ int _thread_sys_ftruncate(int, off_t);
int _thread_sys_pause(void);
int _thread_sys_pipe(int *);
int _thread_sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
+long _thread_sys_fpathconf(int, int);
off_t _thread_sys_lseek(int, off_t, int);
pid_t _thread_sys_fork(void);
pid_t _thread_sys_tcgetpgrp(int);
OpenPOWER on IntegriCloud