summaryrefslogtreecommitdiff
path: root/tests/headers/devctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/devctl.c')
-rw-r--r--tests/headers/devctl.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/headers/devctl.c b/tests/headers/devctl.c
deleted file mode 100644
index cf40ac37..00000000
--- a/tests/headers/devctl.c
+++ /dev/null
@@ -1,13 +0,0 @@
-// https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/devctl.h.html
-
-#include "core.h"
-
-#include <devctl.h>
-
-TEST(devctl_h)
-{
- TYPE(size_t);
-
- FUNCTION(posix_devctl,
- FN(int, int, int, void *restrict, size_t, int *restrict));
-}