]> xenbits.xen.org Git - xenclient/uclibc.git/commit
aio.patch
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 9 Feb 2009 17:24:31 +0000 (17:24 +0000)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 9 Feb 2009 17:24:31 +0000 (17:24 +0000)
commit18200ae22e4db37eb112842b004b7ce065ce0d91
tree405b7c903fd9aeec8c349ed53079fd1317204fdf
parentce645b160c3e82b6a2490216df4b6970d975e691
aio.patch
15 files changed:
Makefile.in
extra/Configs/Config.in
include/aio.h [new file with mode: 0644]
librt/Makefile.in
librt/aio_cancel.c [new file with mode: 0644]
librt/aio_error.c [new file with mode: 0644]
librt/aio_fsync.c [new file with mode: 0644]
librt/aio_misc.c [new file with mode: 0644]
librt/aio_read.c [new file with mode: 0644]
librt/aio_read64.c [new file with mode: 0644]
librt/aio_return.c [new file with mode: 0644]
librt/aio_sigqueue.c [new file with mode: 0644]
librt/aio_suspend.c [new file with mode: 0644]
librt/aio_write.c [new file with mode: 0644]
librt/aio_write64.c [new file with mode: 0644]