exitLikeProcess(): removed the 'NORETURN'; this causes strange error when the functio...
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 8 May 2004 01:30:15 +0000 (01:30 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 8 May 2004 01:30:15 +0000 (01:30 +0000)
exitLikeProcess(): added a second, 'char *' parameter for the human readable command

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1547 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib_internal/util-exitlikeprocess.h

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