exitLikeProcess(): readded the 'NORETURN' and added a 'ret' parameter
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 11 May 2004 18:25:14 +0000 (18:25 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 11 May 2004 18:25:14 +0000 (18:25 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1557 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib_internal/util-exitlikeprocess.h

index 6d52fb7..d31a804 100644 (file)
@@ -20,6 +20,6 @@
 #define H_UTILVSERVER_LIB_INTERNAL_UTIL_EXITLIKEPROCESS_H
 
 #include <sys/types.h>
-void   exitLikeProcess(pid_t pid, char const /*@null@*/ *cmd);
+void   exitLikeProcess(pid_t pid, char const /*@null@*/ *cmd, int ret) NORETURN;
 
 #endif //  H_UTILVSERVER_LIB_INTERNAL_UTIL_EXITLIKEPROCESS_H