summary refs log tree commit diff
path: root/src/liboutils/pledge.c
blob: af34ce5af2584c3a7c47e14bc97707ea10ee9b42 (plain) (blame)
1
2
3
4
5
6
int
pledge(const char *promises, const char *paths[])
{
	/* stub */
	return 0;
}