summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads/patches/patch-bz
blob: b247061aafef3b2b03d826104467b8f916b46393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/pthread/fd.h.orig	Sat Mar 25 15:51:48 1995
+++ include/pthread/fd.h	Fri Nov  5 10:54:54 1999
@@ -117,6 +117,9 @@
 
 #if defined(PTHREAD_KERNEL)
 
+extern off_t machdep_sys_lseek(int, off_t, int);
+extern int machdep_sys_ftruncate(int, off_t);
+
 #endif
 
 __END_DECLS