view lib/xregcomp.h @ 537:f70187762108

Work around glibc regression by including Linux header directly.
author Rob Landley <rob@landley.net>
date Fri, 09 Mar 2012 20:23:08 -0600
parents ce6956dfc0cf
children
line wrap: on
line source

/* 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);