OSDN Git Service

2008-11-19 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 19 Nov 2008 20:56:22 +0000 (20:56 +0000)
committerjjohnstn <jjohnstn>
Wed, 19 Nov 2008 20:56:22 +0000 (20:56 +0000)
commitdd8e9e3b09f4935665e8178e5891b58d5a72673e
tree8c3dcfc1e39533c1aa17a0e6ff7c807d20dd7538
parentc33111875baeb6b9da4e00e49f62691574dc55b4
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/libc/stdlib/reallocf.c [new file with mode: 0644]