sandbox: correct posix_types.h define
arch/arm/include/asm/posix_types.h and arch/sandbox/include/asm/posix_types.h should use different defines. Add SPDX header. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e0dda26c2e
commit
c383e85434
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* linux/include/asm-arm/posix_types.h
|
* Based on linux/include/asm-arm/posix_types.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 1996-1998 Russell King.
|
* Copyright (C) 1996-1998 Russell King.
|
||||||
*
|
*
|
||||||
|
@ -10,8 +11,8 @@
|
||||||
* Changelog:
|
* Changelog:
|
||||||
* 27-06-1996 RMK Created
|
* 27-06-1996 RMK Created
|
||||||
*/
|
*/
|
||||||
#ifndef __ARCH_ARM_POSIX_TYPES_H
|
#ifndef __ARCH_SANDBOX_POSIX_TYPES_H
|
||||||
#define __ARCH_ARM_POSIX_TYPES_H
|
#define __ARCH_SANDBOX_POSIX_TYPES_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is generally used by user-level software, so you need to
|
* This file is generally used by user-level software, so you need to
|
||||||
|
|
Loading…
Reference in a new issue