Releases: idunham/libsysdev
Releases · idunham/libsysdev
0.1.0
Announcing libsysdev 0.1.0, the first public release.
libsysdev is a library to get information about devices from sysfs.
No daemons are required; it should be equally compatible with udev, mdev, and static /dev.
Requirements are as follows:
*libc supporting _XOPEN_SOURCE=700 or _XOPEN_SOURCE=600 + _ATFILE_SOURCE,
and exposing major()/minor() with _BSD_SOURCE defined.
*c89 or more current compiler.
*Linux kernel, with sysfs mounted.
Non-Linux systems don't use sysfs, so this won't work.
sysfs was introduced in Linux 2.5.x.
*pkg-config or pkgconf is recommended for development using libsysdev, but building with -lsysdev should work.