OSDN Git Service

2009-02-23 Craig Howland <howland@LGSInnovations.com>
authorjjohnstn <jjohnstn>
Mon, 23 Feb 2009 23:42:02 +0000 (23:42 +0000)
committerjjohnstn <jjohnstn>
Mon, 23 Feb 2009 23:42:02 +0000 (23:42 +0000)
commit3fb6804b26995edd60fe5444961eb865d1c54170
treea4e8d834bf229a9b97b83632ebbc4ce33dc4a52b
parent1241dc9947c126a806061a0c030ee2a6a85074f8
2009-02-23  Craig Howland  <howland@LGSInnovations.com>

        * libc/unix/ttyname.c:  Remove ttyname_r() (to a new file to avoid
        coupling ttyname_r() and ttyname() due to the latter's large buffer).
        * libc/unix/ttyname_r.c:  New file to hold ttyname_r(), previously in
        ttyname.c.
        * libc/unix/ttyname.h:  New file (common size definition for the 2
        ttyname*c files that are now split).
        * libc/unix/Makefile.am (ELIX_2_SOURCES):  Add ttyname_r.c.
        * libc/unix/Makefile.in:  Regenerate.
newlib/ChangeLog
newlib/libc/unix/Makefile.am
newlib/libc/unix/Makefile.in
newlib/libc/unix/ttyname.c
newlib/libc/unix/ttyname.h [new file with mode: 0644]
newlib/libc/unix/ttyname_r.c [new file with mode: 0644]