From b4bdc44897b6b8f3abc4f2544dde6272f372aac4 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Thu, 9 Jul 2020 09:33:34 +0200 Subject: [PATCH] fixing ipc_ctx_fd_type --- src/ipc/lowlevel.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/lowlevel.cr b/src/ipc/lowlevel.cr index 71bef9d..d9681cd 100644 --- a/src/ipc/lowlevel.cr +++ b/src/ipc/lowlevel.cr @@ -124,7 +124,7 @@ lib LibIPC fun ipc_provide_fd (sock : LibC::Int, fd : LibC::Int ) : IPCError # To change the type of a fd. - fun ipc_ctx_fd_type(Ctx*, LibC::Int, LibIPC::ConnectionType) : IPCError + fun ipc_ctx_fd_type(Ctx*, LibC::Int, LibIPC::ConnectionType) : LibC::Int enum IPCCB NoError #