mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Add files via upload
This commit is contained in:
7
openbsd-compat/posix_ioctl_check.c
Normal file
7
openbsd-compat/posix_ioctl_check.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
int
|
||||
posix_ioctl_check(int fd)
|
||||
{
|
||||
return ioctl(fd, -1, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user