blob: afce3c002b5eb87083a837529586e4ebe14a1b3e [file] [log] [blame]
/* Placed in the public domain. */
#include "includes.h"
#ifndef HAVE_PLEDGE
/* Stub; real implementations wanted. */
int
pledge(const char *promises, const char *paths[])
{
return 0;
}
#endif /* HAVE_PLEDGE */