From 2bc46bd54cc8cdcd7647461f2d76384266f2a0e4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 16:44:28 -0500 Subject: remove unistd --- src/unistd/optarg.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/unistd/optarg.c (limited to 'src/unistd/optarg.c') diff --git a/src/unistd/optarg.c b/src/unistd/optarg.c deleted file mode 100644 index 45c2ede0..00000000 --- a/src/unistd/optarg.c +++ /dev/null @@ -1,10 +0,0 @@ -#if 0 - -char * optarg; -/* -POSIX(2) -*/ - - - -#endif -- cgit v1.2.1