view lib/xregcomp.h @ 789:9a6b08e7fe94

Work around more random uClibc-specific breakage.
author Rob Landley <rob@landley.net>
date Tue, 15 Jan 2013 12:33:46 -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);