Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
14c887c8393adde2d9fd437d498be30f8c98535c
/
.
/
openbsd-compat
/
bsd-pledge.c
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 */