https://github.com/torvalds/linux
Raw File
Tip revision: d7b9998810832bebb26d2396f8f7bfcb999f2cc5 authored by dependabot[bot] on 18 July 2024, 21:26:24 UTC
build(deps): bump urllib3 in /drivers/gpu/drm/ci/xfails
Tip revision: d7b9998
syscalls_32.c
// SPDX-License-Identifier: GPL-2.0
#include <linux/syscalls.h>
#include <os.h>

SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
{
	return -EINVAL;
}
back to top