From 77200e73fd50f3bb28710c84d3aaf14aabd735be Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Jun 2020 23:55:30 +0200 Subject: Misc trivial fixes and improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libaxl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaxl.h') 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 */ /** -- cgit v1.2.3-70-g09d2