mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
8 lines
84 B
C
8 lines
84 B
C
#include <sys/ioctl.h>
|
|
|
|
int
|
|
posix_ioctl_check(int fd)
|
|
{
|
|
return ioctl(fd, -1, 0);
|
|
}
|