summaryrefslogtreecommitdiff
path: root/pp_sys.c
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 /pp_sys.c
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 'pp_sys.c')
-rw-r--r--pp_sys.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 909f5f75b2..95914106ba 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -197,11 +197,6 @@ void setservent(int);
void endservent(void);
#endif
-#if defined(__osf__) && defined(__cplusplus) && !defined(_XOPEN_SOURCE_EXTENDED)
-extern int readlink(const char *, char *, size_t);
-extern int fchdir(int);
-#endif
-
#undef PERL_EFF_ACCESS /* EFFective uid/gid ACCESS */
/* AIX 5.2 and below use mktime for localtime, and defines the edge case