aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/aio.cc
AgeCommit message (Expand)AuthorFilesLines
2023-08-07Cygwin: fix build failure due to redefinition of __restrict in sys/cdefs.hCorinna Vinschen1-1/+1
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-3/+3
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2019-01-18Cygwin: clock.h: add valid_timespec() to check timespec for validityCorinna Vinschen1-1/+1
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen1-3/+2
2018-08-07Fix return value on aio_read/write successMark Geisert1-4/+4
2018-07-25POSIX Asynchronous I/O support: aio filesMark Geisert1-0/+1005