summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads/patches/patch-bz
blob: 44764485a9251b6fee4110bdf455192bfc5cbc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bz,v 1.3 1999/12/28 05:08:12 wiz Exp $
--- 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