| commit | 3bd7d6b27e6b7d7950bba1491bc9c385378fe4dd | [log] [tgz] |
|---|---|---|
| author | Ammar Faizi <ammarfaizi2@gnuweeb.org> | Sun Sep 04 14:38:45 2022 +0700 |
| committer | Jens Axboe <axboe@kernel.dk> | Sun Sep 04 06:34:16 2022 -0600 |
| tree | 7a545a40dabe49a13abf14ca4dd45832c538db04 | |
| parent | 42ee2bdb76022fc11d7a0ad8ec5cca6de73501e9 [diff] |
liburing: Export `__NR_io_uring_{setup,enter,register}` to user
These macros are not defined in an old <sys/syscall.h> file. Allow
liburing users to get io_uring syscall numbers by including
<liburing.h>.
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Link: https://lore.kernel.org/r/20220904073817.1950991-1-ammar.faizi@intel.com
[axboe: improve grammar a bit and kill double line spaces]
Signed-off-by: Jens Axboe <axboe@kernel.dk>