diff options
Diffstat (limited to 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termios/Makefile b/termios/Makefile index b637633e52..7d13928f88 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -25,6 +25,6 @@ headers := termios.h bits/termios.h sys/ttydefaults.h sys/termios.h \ sys/ttychars.h routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ - tcdrain tcflow tcflush tcsendbrk cfmakeraw + tcdrain tcflow tcflush tcsendbrk cfmakeraw tcgetsid include ../Rules |