CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/09 18:39:38
Modified files:
lib/libc/termios: tcsendbreak.c
Log message:
Remove unnecessary includes now that we are no longer using select()
(or struct timeval). Instead, we should include time.h for the
nanosleep() prototype and struct timespec. OK dlg@
