summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Osborne <osbpau@gmail.com>2015-08-12 19:54:01 -0500
committerPaul Osborne <osbpau@gmail.com>2015-08-12 19:54:01 -0500
commit8643f4a44b34ded2e3374b8cc7259f4b1f399bba (patch)
tree1066fa76fe5c4b1d0ba33bbe014c81f9b3f9efcd
parenteab583b4112606f382ec302d4601770f9c58742d (diff)
downloadnix-8643f4a44b34ded2e3374b8cc7259f4b1f399bba.zip
ioctl: remove defunct readme for ioctl subsystem
-rw-r--r--src/sys/ioctl/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys/ioctl/README.md b/src/sys/ioctl/README.md
deleted file mode 100644
index 819a965c..00000000
--- a/src/sys/ioctl/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-etc contains scripts for scraping the system for ioctls and the results of
-running said scripts.
-
-platform contains platform-specific ioctl bindings and the definitions of the
-macros for encoding ioctl numbers etc.