Skip to content

Commit 7754b30

Browse files
committed
Add license headers.
1 parent 873c6b7 commit 7754b30

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

libc/src/sys/mman/linux/generic/pkey_common.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===---------- Generic stub implementations for pkey functionality. ------===//
2+
//
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
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#ifndef LLVM_SYS_MMAN_LINUX_GENERIC_PKEY_COMMON_H_
210
#define LLVM_SYS_MMAN_LINUX_GENERIC_PKEY_COMMON_H_
311

libc/src/sys/mman/linux/x86_64/pkey_common.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===---------- x86_64-specific implementations for pkey_{get,set}. -------===//
2+
//
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
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#ifndef LLVM_SYS_MMAN_LINUX_X86_64_PKEY_COMMON_H_
210
#define LLVM_SYS_MMAN_LINUX_X86_64_PKEY_COMMON_H_
311

0 commit comments

Comments
 (0)