From d641f95971ff0dcd098ab494b55f80ee13cf0b59 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 13 Jan 2004 23:20:31 +0000 Subject: [PATCH] exitLikeProcess(): added prototype git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@579 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util-vserver/src/util.h b/util-vserver/src/util.h index b85097d..b185b34 100644 --- a/util-vserver/src/util.h +++ b/util-vserver/src/util.h @@ -61,6 +61,8 @@ writeStr(int fd, char const *cmd) struct stat; int safeChdir(char const *, struct stat const *exp_stat) NONNULL((1,2)); +void exitLikeProcess(int pid); + #define WRITE_MSG(FD,X) (void)(write(FD,X,sizeof(X)-1)) #define WRITE_STR(FD,X) writeStr(FD,X) -- 1.8.1.5