OSDN Git Service

2002-05-24 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 24 May 2002 23:44:34 +0000 (23:44 +0000)
committerjjohnstn <jjohnstn>
Fri, 24 May 2002 23:44:34 +0000 (23:44 +0000)
commit5e10fcb0bba96b61db718df7da2194edf5235563
tree211da1cbfb214291e42b8d4ff74270592971f342
parent38804e78f731e9e5ae25b304ed38e6a66f61c6d0
2002-05-24  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/string.h: Add strnlen and strerror_r prototypes.
        * libc/string/Makefile.am: Add strnlen.c and strerror_r.c support.
        * libc/string/Makefile.in: Regenerated.
        * libc/string/strerror_r.c: New file.
        * libc/string/strnlen.c: New file.
        * libc/sys/linux/Makefile.am: Add rename.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/rename.c: New file to override default rename.
newlib/ChangeLog
newlib/libc/include/string.h
newlib/libc/string/Makefile.am
newlib/libc/string/Makefile.in
newlib/libc/string/strerror_r.c [new file with mode: 0644]
newlib/libc/string/strnlen.c [new file with mode: 0644]
newlib/libc/sys/linux/Makefile.am
newlib/libc/sys/linux/Makefile.in
newlib/libc/sys/linux/rename.c [new file with mode: 0644]