diff options
author | Rob Landley <rob@landley.net> | 2014-03-29 18:11:00 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-03-29 18:11:00 -0500 |
commit | 5b405827a2fa4c928c488f3e7b0197dfec60dcc2 (patch) | |
tree | e8bbf1f2f4b8f70bd7e0682e0440ac64735096a4 /lib/xregcomp.h | |
parent | d4f01257d9d3b0d776114046a43d237a424fef77 (diff) | |
download | toybox-5b405827a2fa4c928c488f3e7b0197dfec60dcc2.tar.gz |
Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix.
Diffstat (limited to 'lib/xregcomp.h')
-rw-r--r-- | lib/xregcomp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/xregcomp.h b/lib/xregcomp.h deleted file mode 100644 index fa929fa3..00000000 --- a/lib/xregcomp.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This is a separate file so libc doesn't always need regex support. */ - -#include <sys/types.h> -#include <regex.h> - -void xregcomp(regex_t *preg, char *rexec, int cflags); |