diff options
Diffstat (limited to 'src/regex/regexec.c')
| -rw-r--r-- | src/regex/regexec.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/regex/regexec.c b/src/regex/regexec.c deleted file mode 100644 index fdfcc047..00000000 --- a/src/regex/regexec.c +++ /dev/null @@ -1,22 +0,0 @@ -#if 0 - -#include <sys/types.h> -#include <regex.h> - -int regexec(const regex_t * restrict preg, const char * restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) -{ - (void)preg; - (void)string; - (void)nmatch; - (void)pmatch; - (void)eflags; - return 0; -} - -/* -POSIX(2) -*/ - - - -#endif |
