OSDN Git Service

2002-05-28 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 28 May 2002 22:26:31 +0000 (22:26 +0000)
committerjjohnstn <jjohnstn>
Tue, 28 May 2002 22:26:31 +0000 (22:26 +0000)
commitb7cbae898a869f96bc66043cb3d5d21145334336
tree728cb5d1506c564ffb880b3a12fa166f7dcc1da5
parentd7f1e33dc4b3868c09caaf6003c56d3186b50ebe
2002-05-28  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/Makefile.am: Add support for cfspeed.c and
        tcsendbrk.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/termios.c: Add tcflow(), tcflush(),
        tcgetpgrp(), and tcsetpgrp() functions.
        * libc/sys/linux/sys/termios.h: Add include of machine/termios.h
        to get __MAX_BAUD rate.
        * libc/sys/linux/machine/i386/include/termios.h: New file.
        * libc/include/machine/termios.h: Ditto.
        * libc/sys/linux/cfspeed.c: Ditto.
        * libc/sys/linux/tcsendbrk.c: Ditto.
newlib/ChangeLog
newlib/libc/include/machine/termios.h [new file with mode: 0644]
newlib/libc/sys/linux/Makefile.am
newlib/libc/sys/linux/Makefile.in
newlib/libc/sys/linux/cfspeed.c [new file with mode: 0644]
newlib/libc/sys/linux/machine/i386/include/termios.h [new file with mode: 0644]
newlib/libc/sys/linux/sys/termios.h
newlib/libc/sys/linux/tcsendbrk.c [new file with mode: 0644]
newlib/libc/sys/linux/termios.c