Revision f34453602cd2c92926b862735d21ad203d71c2fe authored by Jason Self on 05 October 2014, 21:54:35 UTC, committed by Jason Self on 05 October 2014, 21:54:35 UTC
0 parent
Raw File
user.h
#ifndef __ASM_GENERIC_USER_H
#define __ASM_GENERIC_USER_H
/*
 * This file may define a 'struct user' structure. However, it is only
 * used for a.out files, which are not supported on new architectures.
 */

#endif	/* __ASM_GENERIC_USER_H */
back to top