File: POSIX.mkfifo

package info (click to toggle)
perl 5.004.04-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 11,096 kB
  • ctags: 11,260
  • sloc: ansic: 70,244; perl: 53,777; sh: 12,714; lisp: 4,226; yacc: 911; makefile: 815
file content (16 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -cr ..\perl5os2.patch\perl5.001m.andy/ext/POSIX/POSIX.xs ./ext/POSIX/POSIX.xs
*** ../perl5os2.patch/perl5.001m.andy/ext/POSIX/POSIX.xs	Tue May 23 11:54:26 1995
--- ./ext/POSIX/POSIX.xs	Thu Sep 28 00:00:16 1995
***************
*** 81,86 ****
--- 81,90 ----
  /* Possibly needed prototypes */
  char *cuserid _((char *));
  
+ #ifndef HAS_MKFIFO
+ #define mkfifo(a,b) not_here("mkfifo")
+ #endif
+ 
  #ifndef HAS_CUSERID
  #define cuserid(a) (char *) not_here("cuserid")
  #endif