Release 4.16 arch/blackfin/include/uapi/asm/siginfo.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef _UAPI_BFIN_SIGINFO_H
#define _UAPI_BFIN_SIGINFO_H
#include <linux/types.h>
#include <asm-generic/siginfo.h>
#define si_uid16 _sifields._kill._uid
#endif /* _UAPI_BFIN_SIGINFO_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Bryan Wu | 16 | 76.19% | 1 | 25.00% |
Chen Gang S | 3 | 14.29% | 1 | 25.00% |
Robin Getz | 1 | 4.76% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 25.00% |
Total | 21 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.