Skip to content

Commit

Permalink
Fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 5, 2024
1 parent 44b663e commit 226883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fasl-lib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ symbols defined in SYSTEMS. The C functions to perform
#+linux
(progn
(format stream " Dl_info info;~%")
(format stream " dladdr(~A_fasl, &info);~%" (system-c-name (first (remove-if-not #'system-loadable-from-fasl-p systems))))
(format stream " dladdr(~A_fasl_data, &info);~%" (system-c-name (first (remove-if-not #'system-loadable-from-fasl-p systems))))
(format stream " dlopen(info.dli_fname, RTLD_NOW | RTLD_GLOBAL);~%"))
#+win32
(let ((buf-size 1024))
Expand Down

0 comments on commit 226883f

Please sign in to comment.