mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
0afa8e065e
git-subtree-dir: contrib/libfido2 git-subtree-mainline:d586c978b9
git-subtree-split:a58dee945a
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);
|
|
}
|