diff options
Diffstat (limited to 'linux/riscv/get_scno.c')
-rw-r--r-- | linux/riscv/get_scno.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/riscv/get_scno.c b/linux/riscv/get_scno.c index 0ca1ed349..6b4256e74 100644 --- a/linux/riscv/get_scno.c +++ b/linux/riscv/get_scno.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2015-2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + /* Return codes: 1 - ok, 0 - ignore, other - error. */ static int arch_get_scno(struct tcb *tcp) |