summaryrefslogtreecommitdiff
path: root/src/unistd/swab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/swab.c')
-rw-r--r--src/unistd/swab.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unistd/swab.c b/src/unistd/swab.c
deleted file mode 100644
index 2f96e8c6..00000000
--- a/src/unistd/swab.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-void swab(const void * restrict src, void * restrict dest, ssize_t nbytes)
-{
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif