From 5b405827a2fa4c928c488f3e7b0197dfec60dcc2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 29 Mar 2014 18:11:00 -0500 Subject: 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. --- lib/xregcomp.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/xregcomp.h (limited to 'lib/xregcomp.h') 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 -#include - -void xregcomp(regex_t *preg, char *rexec, int cflags); -- cgit v1.2.3