Deleted Added
full compact
linux_syscall_hooks.h (309124) linux_syscall_hooks.h (353358)
1//===-- linux_syscall_hooks.h ---------------------------------------------===//
2//
1//===-- linux_syscall_hooks.h ---------------------------------------------===//
2//
3// The LLVM Compiler Infrastructure
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4//
6//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file is a part of public sanitizer interface.
11//
12// System call handlers.
13//
14// Interface methods declared in this header implement pre- and post- syscall
15// actions for the active sanitizer.

--- 3068 unchanged lines hidden ---
7//===----------------------------------------------------------------------===//
8//
9// This file is a part of public sanitizer interface.
10//
11// System call handlers.
12//
13// Interface methods declared in this header implement pre- and post- syscall
14// actions for the active sanitizer.

--- 3068 unchanged lines hidden ---