OSDN Git Service

2008-11-19 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 19 Nov 2008 20:55:51 +0000 (20:55 +0000)
committerjjohnstn <jjohnstn>
Wed, 19 Nov 2008 20:55:51 +0000 (20:55 +0000)
commitc33111875baeb6b9da4e00e49f62691574dc55b4
treeed5db27c2184339dcdda8bb3d67218789b7c6739
parentfaf5106016ee71d949f390a3d7b7d08521baab2d
2008-11-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/bits/dirent.h: New header file.
        * libc/sys/linux/sys/dirent.h: Include <bits/dirent.h> instead of
        <linux/dirent.h>.
        * libc/posix/Makefile.am: Remove reallocf.
        * libc/posix/Makefile.in: Regenerated.
        * libc/posix/reallocf.c: Moved to...
        * libc/stdlib/reallocf.c: Here
        * libc/stdlib/malloc.c: Add reallocf documentation.
        * libc/include/stdlib.h: Add reallocf and _reallocf_r prototypes.
        * libc/stdlib/Makefile.am: Add reallocf.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/posix/_isatty.c: Set errno.
newlib/ChangeLog
newlib/libc/include/stdlib.h
newlib/libc/posix/Makefile.am
newlib/libc/posix/Makefile.in
newlib/libc/posix/_isatty.c
newlib/libc/posix/reallocf.c [deleted file]
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/malloc.c
newlib/libc/sys/linux/bits/dirent.h [new file with mode: 0644]
newlib/libc/sys/linux/sys/dirent.h