X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgethostname.lisp;fp=tests%2Fgethostname.lisp;h=577335a8897a6459b34f7b7bd186efcb74bcf8e4;hb=7004c2691d5695471c7bce9d62b82a1914cf05a2;hp=82137401e87b1b42abf82a670687167d67bf47eb;hpb=5a7117c2a750662b4ecd36c62c7c073d76f64b4e;p=uffi.git diff --git a/tests/gethostname.lisp b/tests/gethostname.lisp index 8213740..577335a 100644 --- a/tests/gethostname.lisp +++ b/tests/gethostname.lisp @@ -22,6 +22,7 @@ (uffi:def-function ("gethostname" c-gethostname) ((name (* :unsigned-char)) (len :int)) + :module "c" :returning :int) (defun gethostname ()