jehanne: define pid_t in termios.h

This commit is contained in:
2017-12-23 01:23:04 +01:00
parent b30b77d55a
commit 881e62f153

View File

@ -143,6 +143,7 @@
typedef unsigned long tcflag_t;
typedef unsigned long speed_t;
typedef unsigned char cc_t;
typedef int pid_t;
struct termios {
tcflag_t c_iflag; /* input modes */