Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
set prototyped
cat{
#if defined(__STDPP__directive) && defined(__STDPP__hide)
__STDPP__directive pragma pp:hide ioctl
#else
#define ioctl ______ioctl
#endif
}end
one termio.h termios.h sys/termios.h sgtty.h sys/ttyio.h sys/ioctl.h
cat{
#if _sys_ioctl && !defined(_IOR)
#include <sys/ioctl.h>
#endif
#if defined(__STDPP__directive) && defined(__STDPP__hide)
__STDPP__directive pragma pp:nohide ioctl
#else
#undef ioctl
#endif
extern int ioctl(int, int, ...);
}end