-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 42caaf1
unix-ffi/machine: Use libc if librt is not present.
Newer implementations of libc integrate the functions from librt, for
example glibc since 2.17 and uClibc-ng. So if the librt.so cannot be
loaded, it can be assumed that libc contains the expected functions.
Signed-off-by: Bas van Doren <basvdoren@gmail.com>1 parent d1a7436 commit 42caaf1
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments