diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-19 23:55:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-19 23:55:30 +0200 |
commit | 77200e73fd50f3bb28710c84d3aaf14aabd735be (patch) | |
tree | 399edb4356a3ff5ea5c4529490a946f2d8b59c42 /libaxl.h | |
parent | Add support for synthetic events (diff) | |
download | libaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.gz libaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.bz2 libaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.xz |
Misc trivial fixes and improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libaxl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ int libaxl_deallocate_id(LIBAXL_CONTEXT *, libaxl_id_t); * and set `errno` to EINPROGRESS, or such happened in another * thread. */ -_LIBAXL_GCC_ONLY(__attribute__((__nonnull__))) +_LIBAXL_GCC_ONLY(__attribute__((__nonnull__(1)))) int libaxl_send_request(LIBAXL_CONTEXT *restrict, union libaxl_request_const_ptr, int, uint16_t *restrict); /* TODO man */ /** |