mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-08 18:19:08 +08:00
6 lines
111 B
C
6 lines
111 B
C
|
/* pty_slave.h
|
||
|
|
||
|
Header file for send_pty_slave.c and recv_pty_slave.c
|
||
|
*/
|
||
|
#define SOCK_PATH "/tmp/pty_slave"
|