13 lines
334 B
Text
13 lines
334 B
Text
$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
|