X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/51631861ddb16afcfcf748cee26c14481549065e..5f4d86c1219d56604890d932a3152b3b5dd15b55:/include/termios.h diff --git a/include/termios.h b/include/termios.h index 3d38ce1..94208a5 100644 --- a/include/termios.h +++ b/include/termios.h @@ -20,5 +20,20 @@ * * @APPLE_LICENSE_HEADER_END@ */ +#ifndef __TERMIOS_H__ +#define __TERMIOS_H__ + +#include #include +#include <_types.h> + +#ifndef _PID_T +typedef __darwin_pid_t pid_t; +#define _PID_T +#endif + +__BEGIN_DECLS +pid_t tcgetsid(int); +__END_DECLS +#endif /* __TERMIOS_H__ */