-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix-clocks-darwin: fix use of extension library
- Loading branch information
1 parent
99fc3e3
commit 7ae3434
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
;;;; Copyright (C) 2016 Andy Wingo <[email protected]> | ||
;;;; Copyright (C) 2020 Abdulrahman Semrie <[email protected]> | ||
;;;; Copyright (C) 2020-2022 Aleix Conchillo Flaqué <[email protected]> | ||
;;;; Copyright (C) 2020-2023 Aleix Conchillo Flaqué <[email protected]> | ||
;;;; | ||
;;;; This library is free software; you can redistribute it and/or | ||
;;;; modify it under the terms of the GNU Lesser General Public | ||
|
@@ -30,7 +30,7 @@ | |
|
||
(define exe (dynamic-link)) | ||
|
||
(dynamic-link (extension-library "fibers-clocks")) | ||
(define exe-clocks (dynamic-link (extension-library "fibers-clocks"))) | ||
|
||
(define clockid-t int32) | ||
(define time-t long) | ||
|