Rich Felker
|
25e6fee27f
remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
|
2 years ago |
Rich Felker
|
1febd21d3f
add time64 symbol name redirects to public headers, under arch control
|
5 years ago |
Rich Felker
|
56fbaa3bbe
make all objects used with atomic operations volatile
|
9 years ago |
Rich Felker
|
c1a9658bd1
default features: make musl usable without feature test macros
|
12 years ago |
Rich Felker
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 years ago |
Rich Felker
|
f07222739b
fix typo in aio.h
|
12 years ago |
Rich Felker
|
3b94daba71
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
|
12 years ago |
Rich Felker
|
2dd8d5e1b8
add support for ugly *64 functions with _LARGEFILE64_SOURCE
|
12 years ago |
Rich Felker
|
450f2c4a85
remove useless (at best, harmful) feature test checks in aio.h
|
12 years ago |
Rich Felker
|
f0a8d60d32
stupid typo (caused by rather ugly spelling in POSIX..) in aio
|
13 years ago |
Rich Felker
|
4da289e1b3
fix return types for aio_read and aio_write again
|
13 years ago |
Rich Felker
|
13cd969552
fix various errors in function signatures/prototypes found by nsz
|
13 years ago |
Rich Felker
|
fd408d27a0
fix prototypes for aio_read and aio_write
|
13 years ago |
Rich Felker
|
b4de6f93ae
implement POSIX asynchronous io
|
13 years ago |