diff options
Diffstat (limited to 'linux/mips/syscallent-o32.h')
-rw-r--r-- | linux/mips/syscallent-o32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index 64e157a87..ede983724 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2013-2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #if defined LINUX_MIPSO32 /* For an O32 strace, decode the o32 syscalls. */ # define SYS_syscall_subcall 4000 |