aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-19 23:55:30 +0200
committerMattias Andrée <maandree@kth.se>2020-06-19 23:55:30 +0200
commit77200e73fd50f3bb28710c84d3aaf14aabd735be (patch)
tree399edb4356a3ff5ea5c4529490a946f2d8b59c42 /libaxl.h
parentAdd support for synthetic events (diff)
downloadlibaxl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl.h b/libaxl.h
index 40b0df3..7b6d733 100644
--- a/libaxl.h
+++ b/libaxl.h
@@ -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 */
/**