Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
20
cde/programs/dtksh/ksh93/src/lib/libast/features/tty
Normal file
20
cde/programs/dtksh/ksh93/src/lib/libast/features/tty
Normal 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
|
||||
Reference in New Issue
Block a user