commit | c792105e3e8d45fdfb2221e556cb05b3d1f012a0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Sep 03 13:36:43 2024 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 03 13:36:43 2024 -0600 |
tree | a279f7aa6f7de56b649ae62bd17c03fd8d33934e | |
parent | 77f881ac87272ba4a9b0eecda730652eefdc7158 [diff] |
Kill the _GNU_SOURCE games That was shortlived. There's no perfect way to do this, so retain the note that it needs to be set for the application to use io_uring_prep_ftruncate() or io_uring_register_iowq_aff(), and keep the protection around those declarations in liburing.h. Signed-off-by: Jens Axboe <axboe@kernel.dk>