From 0db2f82a71f627be6b0feff3541862072653181e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 6 Jun 2025 18:15:00 +0000 Subject: Add skeleton for "s6 service" Signed-off-by: Laurent Bercot --- src/s6/process_help.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/s6/process_help.c (limited to 'src/s6/process_help.c') diff --git a/src/s6/process_help.c b/src/s6/process_help.c deleted file mode 100644 index 1e51ebe..0000000 --- a/src/s6/process_help.c +++ /dev/null @@ -1,16 +0,0 @@ -/* ISC license. */ - -#include -#include - -#include "s6-internal.h" - -#define HELP_MESSAGE "This is the \"s6 process\" help message.\n" - -int process_help (char const *const *argv) -{ - (void)argv ; - if (!buffer_putsflush(buffer_1, HELP_MESSAGE)) - strerr_diefu1sys(111, "write to stdout") ; - return 0 ; -} -- cgit v1.3.1