cregit-Linux how code gets into the kernel

Release 4.14 arch/um/include/shared/elf_user.h

/*
 * Copyright (C) 2004 Fujitsu Siemens Computers GmbH
 * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
 * Licensed under the GPL
 */

#ifndef __ELF_USER_H__

#define __ELF_USER_H__

/* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4)  */

#ifndef AT_SYSINFO

#define AT_SYSINFO 32
#endif
#ifndef AT_SYSINFO_EHDR

#define AT_SYSINFO_EHDR 33
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike28100.00%1100.00%
Total28100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.