diff options
Diffstat (limited to 'src/wordexp/wordexp.c')
| -rw-r--r-- | src/wordexp/wordexp.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c deleted file mode 100644 index 412449cb..00000000 --- a/src/wordexp/wordexp.c +++ /dev/null @@ -1,18 +0,0 @@ -#if 0 - -#include <wordexp.h> - -int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) -{ - (void)words; - (void)pwordexp; - (void)flags; - return 0; -} - -/* -POSIX(2) -*/ - - -#endif |
