diff options
author | explorer <explorer@pkgsrc.org> | 1999-11-05 18:45:55 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-11-05 18:45:55 +0000 |
commit | 2e7c2d23ff569cb11bdbb5094083d4bc20f87289 (patch) | |
tree | 803aabbd8369d6bbfcb923a9b4e5c6d3e052aabc /devel/mit-pthreads/patches/patch-bz | |
parent | a8c6dcbbe744a70c6e4035bab62ccc658996cf9e (diff) | |
download | pkgsrc-2e7c2d23ff569cb11bdbb5094083d4bc20f87289.tar.gz |
do the machdep_sys_lseek() thing slightly differently, but do it everwhere via a common include file.
Diffstat (limited to 'devel/mit-pthreads/patches/patch-bz')
-rw-r--r-- | devel/mit-pthreads/patches/patch-bz | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mit-pthreads/patches/patch-bz b/devel/mit-pthreads/patches/patch-bz new file mode 100644 index 00000000000..c6d3b15dd8a --- /dev/null +++ b/devel/mit-pthreads/patches/patch-bz @@ -0,0 +1,11 @@ +--- include/pthread/fd.h Sat Mar 25 15:51:48 1995 ++++ include/pthread/fd.h Fri Nov 5 10:37:43 1999 +@@ -117,6 +117,8 @@ + + #if defined(PTHREAD_KERNEL) + ++extern off_t machdep_sys_lseek(int, off_t, int); ++ + #endif + + __END_DECLS |