summaryrefslogtreecommitdiff
path: root/mpeix/mpeixish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-29 20:09:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-29 20:09:15 +0000
commitb606c5253377393d8487073ab479f363dd13f330 (patch)
tree31d3416ff7c80d040fd356da4fae1e8d678bb2ae /mpeix/mpeixish.h
parent8cfab5ff7c21540622402ad6821ff3565a6c7ff5 (diff)
downloadperl-b606c5253377393d8487073ab479f363dd13f330.tar.gz
MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
p4raw-id: //depot/perl@20327
Diffstat (limited to 'mpeix/mpeixish.h')
-rw-r--r--mpeix/mpeixish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h
index 8fc055a9a1..658e72ef87 100644
--- a/mpeix/mpeixish.h
+++ b/mpeix/mpeixish.h
@@ -153,3 +153,5 @@ extern void srand48(long int seedval);
extern int ftruncate(int fd, long wantsize);
extern int gettimeofday( struct timeval *tp, struct timezone *tpz );
extern int truncate(const char *pathname, off_t length);
+
+#define fcntl mpe_fcntl