1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00

Kernel+Userland: Move prctl numbers header file to Kernel/API directory

This commit is contained in:
Liav A 2023-02-24 17:09:37 +02:00 committed by Linus Groh
parent d62c95d779
commit e7142c482a
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,10 @@
/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#define PR_SET_DUMPABLE 1
#define PR_GET_DUMPABLE 2