Commit 2efe7f61 authored by Luís Oliveira's avatar Luís Oliveira
Browse files

Trying to make the librt definition more general.

parent 9a23945c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

;;; Needed for clock_gettime() and friends.
(define-foreign-library librt
  (:linux (:or "librt.so" "/lib/librt.so.1")))
  (:linux (:or "librt.so.1" "librt.so")))
(use-foreign-library librt)

;;;; stdlib.h