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