micropython-lib/unix-ffi/machine
Bas van Doren 42caaf14de 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>
2025-04-10 22:53:46 +10:00
..
machine unix-ffi/machine: Use libc if librt is not present. 2025-04-10 22:53:46 +10:00
example_timer.py
manifest.py