glibc/sysdeps/unix/sysv/linux/pty.c

4 lines
103 B
C

/* Linux does not has the `revoke' function. */
#define REVOKE(Line)
#include <sysdeps/generic/pty.c>