diff options
Diffstat (limited to 'src/regex/regcomp.c')
| -rw-r--r-- | src/regex/regcomp.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c deleted file mode 100644 index ea7214d6..00000000 --- a/src/regex/regcomp.c +++ /dev/null @@ -1,20 +0,0 @@ -#if 0 - -#include <sys/types.h> -#include <regex.h> - -int regcomp(regex_t * restrict preg, const char * restrict pattern, int cflags) -{ - (void)preg; - (void)pattern; - (void)cflags; - return 0; -} - - -/* -POSIX(2) -*/ - - -#endif |
