Skip to content

Commit

Permalink
Convert the return value of lpf_fd_isset() to :bool
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster authored and sionescu committed Mar 5, 2016
1 parent 3ea6fcd commit 0fef8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syscalls/ffi-functions-unix.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ Return two values: the file descriptor and the path of the temporary file."
(fd :int)
(fd-set :pointer))

(defcfun (fd-isset "lfp_fd_isset") bool
(defcfun (fd-isset "lfp_fd_isset") :bool
(fd :int)
(fd-set :pointer))

Expand Down

0 comments on commit 0fef8c1

Please sign in to comment.