https://github.com/torvalds/linux
Raw File
Tip revision: b30a3f6257ed2105259b404d419b4964e363928c authored by Linus Torvalds on 20 September 2010, 23:56:53 UTC
Linux 2.6.36-rc5
Tip revision: b30a3f6
user.h
#ifndef __ASM_GENERIC_USER_H
#define __ASM_GENERIC_USER_H
/*
 * This file may define a 'struct user' structure. However, it it only
 * used for a.out file, which are not supported on new architectures.
 */

#endif	/* __ASM_GENERIC_USER_H */
back to top