diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-02 04:47:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-02 04:47:10 +0000 |
commit | 20ce7b12268a3d32b5b246928de5084322e709cf (patch) | |
tree | 395ce45dee07dabd92553cbcdad9b91e37e8ae49 /os2 | |
parent | 0221c164222f9d91820826506118f46ffa08dd46 (diff) | |
download | perl-20ce7b12268a3d32b5b246928de5084322e709cf.tar.gz |
remove _() non-ansism
p4raw-id: //depot/perl@3518
Diffstat (limited to 'os2')
-rw-r--r-- | os2/POSIX.mkfifo | 2 |
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") |