view lib/xregcomp.h @ 813:52e69f6710ca 0.4.4

Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008.
author Rob Landley <rob@landley.net>
date Mon, 11 Mar 2013 22:23:46 -0500
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);