diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 20:09:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 20:09:15 +0000 |
commit | b606c5253377393d8487073ab479f363dd13f330 (patch) | |
tree | 31d3416ff7c80d040fd356da4fae1e8d678bb2ae /mpeix/mpeixish.h | |
parent | 8cfab5ff7c21540622402ad6821ff3565a6c7ff5 (diff) | |
download | perl-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.h | 2 |
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 |