diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/pty.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/pty.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/pty.c b/sysdeps/unix/sysv/linux/pty.c new file mode 100644 index 0000000000..e64261c8c4 --- /dev/null +++ b/sysdeps/unix/sysv/linux/pty.c @@ -0,0 +1,3 @@ +/* Linux does not has the `revoke' function. */ +#define REVOKE(Line) +#include <sysdeps/generic/pty.c> |