summaryrefslogtreecommitdiff
path: root/os2/POSIX.mkfifo
diff options
context:
space:
mode:
Diffstat (limited to 'os2/POSIX.mkfifo')
-rw-r--r--os2/POSIX.mkfifo2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/POSIX.mkfifo b/os2/POSIX.mkfifo
index 5bd820edfd..f460bc679e 100644
--- a/os2/POSIX.mkfifo
+++ b/os2/POSIX.mkfifo
@@ -5,7 +5,7 @@ diff -cr ..\perl5os2.patch\perl5.001m.andy/ext/POSIX/POSIX.xs ./ext/POSIX/POSIX.
*** 81,86 ****
--- 81,90 ----
/* Possibly needed prototypes */
- char *cuserid _((char *));
+ char *cuserid (char *);
+ #ifndef HAS_MKFIFO
+ #define mkfifo(a,b) not_here("mkfifo")