projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Last patch needed to get Perl5.7 to build natively on VOS
[p5sagit/p5-mst-13.2.git]
/
vos
/
vosish.h
Commit
Line
Data
196918b0
1
#ifdef __GNUC__
36df99d6
2
#include "../unixish.h"
196918b0
3
#else
4
#include "unixish.h"
5
#endif
868439a2
6
7
/* The following declaration is an avoidance for posix-950. */
8
extern int ioctl (int fd, int request, ...);