]> sourceware.org Git - newlib-cygwin.git/commit
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Sat, 20 Jul 2002 01:03:08 +0000 (01:03 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Sat, 20 Jul 2002 01:03:08 +0000 (01:03 +0000)
commit504628e7824cf2479572ad1a0738ed4947728879
tree3f10123fc55cc644002dcb4b6b5c4ca57fb2297c
parentf658e220d9c603d6b33c282382e459f2f4f0be45
2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/inode.c: Add chmod, fchmod, and chown syscalls.
        * libc/sys/linux/io.c: Add ftruncate syscall.
        * libc/sys/linux/fpathconf.c: New file.
        * libc/sys/linux/pathconf.c: Ditto.
        * libc/sys/linux/linux_fsinfo.h: Ditto.
        * libc/sys/linux/sys/unistd.h: Ditto.
newlib/ChangeLog
newlib/libc/sys/linux/Makefile.am
newlib/libc/sys/linux/Makefile.in
newlib/libc/sys/linux/fpathconf.c [new file with mode: 0644]
newlib/libc/sys/linux/inode.c
newlib/libc/sys/linux/io.c
newlib/libc/sys/linux/linux_fsinfo.h [new file with mode: 0644]
newlib/libc/sys/linux/pathconf.c [new file with mode: 0644]
newlib/libc/sys/linux/sys/unistd.h [new file with mode: 0644]
This page took 0.030578 seconds and 5 git commands to generate.