https://github.com/torvalds/linux
Raw File
Tip revision: 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6 authored by Linus Torvalds on 30 March 2010, 16:24:39 UTC
Linux 2.6.34-rc3
Tip revision: 2eaa9cf
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