From 881e62f153a329f1606245d7b670d4475c4c1ecd Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sat, 23 Dec 2017 01:23:04 +0100 Subject: [PATCH] jehanne: define pid_t in termios.h --- newlib/libc/sys/jehanne/include/termios.h | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/libc/sys/jehanne/include/termios.h b/newlib/libc/sys/jehanne/include/termios.h index 387201531..0e498a3fd 100644 --- a/newlib/libc/sys/jehanne/include/termios.h +++ b/newlib/libc/sys/jehanne/include/termios.h @@ -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 */