summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-08-18 16:03:17 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-08-21 10:15:30 +0000
commit45d3b5469846d045649a3f1b7d0f06e1edd30ad7 (patch)
tree96b7a341b56a9202d40ccb63a9b31952e3a33453 /perl.h
parent587eea6cfed2506a7cd9c3dadb2bdbd6fcc7382f (diff)
downloadperl-45d3b5469846d045649a3f1b7d0f06e1edd30ad7.tar.gz
g++/Tru64: got perl linking once got the linkage right
Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> p4raw-id: //depot/perl@28741
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index b2b9a9cfed..7d7e2574b2 100644
--- a/perl.h
+++ b/perl.h
@@ -1150,6 +1150,13 @@ int sockatmark(int);
# endif
#endif
+#if defined(__osf__) && defined(__cplusplus) && !defined(_XOPEN_SOURCE_EXTENDED)
+EXTERN_C int fchdir(int);
+EXTERN_C int flock(int, int);
+EXTERN_C int fseeko(FILE *, off_t, int);
+EXTERN_C off_t ftello(FILE *);
+#endif
+
#ifdef SETERRNO
# undef SETERRNO /* SOCKS might have defined this */
#endif