summaryrefslogtreecommitdiffhomepage
path: root/src/c/libunit-wasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/libunit-wasm.c')
-rw-r--r--src/c/libunit-wasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/libunit-wasm.c b/src/c/libunit-wasm.c
index 39cda22..8cea78a 100644
--- a/src/c/libunit-wasm.c
+++ b/src/c/libunit-wasm.c
@@ -110,7 +110,7 @@ void luw_init_ctx(luw_ctx_t *ctx, u8 *addr, size_t offset)
* allocate memory for the _entire_ request that
* will eventually be sent.
*/
-int luw_set_req_buf(luw_ctx_t *ctx, u8 **buf, unsigned long flags)
+int luw_set_req_buf(luw_ctx_t *ctx, u8 **buf, unsigned int flags)
{
size_t alloc_size;
size_t copy_bytes;