X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fmissing.h;h=df3fd0e839d59ef47882041e638bce112f7809f1;hb=56d4fbf92eb6d8eb31c910e137224308c40dd909;hp=d918c4e9a74bde19ccc53412dea99c77fa3e68d0;hpb=8351ceaea9480d9c2979aa2ff0f4982cfdfef58d;p=elogind.git diff --git a/src/shared/missing.h b/src/shared/missing.h index d918c4e9a..df3fd0e83 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foomissinghfoo -#define foomissinghfoo +#pragma once /*** This file is part of systemd. @@ -192,4 +191,6 @@ static inline pid_t gettid(void) { #define PR_SET_NO_NEW_PRIVS 38 #endif +#ifndef PR_SET_CHILD_SUBREAPER +#define PR_SET_CHILD_SUBREAPER 36 #endif