From 7db199851c6457f6ec8aeec24a8500d28f32fd81 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 19 Sep 2000 18:01:03 +0000 Subject: Add thread-safe wrapper for fpathconf(2) syscall. Reviewed by: jlemon --- lib/libpthread/thread/thr_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libpthread/thread/thr_private.h') diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 8058469..9d76747 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_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); -- cgit v1.1