Serenity Operating System
at master 13 lines 321 B view raw
1/* 2 * Copyright (c) 2020, Andreas Kling <kling@serenityos.org> 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 */ 6 7#pragma once 8 9#define PR_SET_DUMPABLE 1 10#define PR_GET_DUMPABLE 2 11#define PR_SET_NO_NEW_SYSCALL_REGION_ANNOTATIONS 3 12#define PR_GET_NO_NEW_SYSCALL_REGION_ANNOTATIONS 4 13#define PR_SET_COREDUMP_METADATA_VALUE 5