Refresh android-20 headers/libs
bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: I4836f04d9b5b68abe7896e246c9dffa2e175e4ca
This commit is contained in:
@@ -36,9 +36,15 @@
|
||||
#define _PATH_WTMP "/var/log/wtmp"
|
||||
#define _PATH_LASTLOG "/var/log/lastlog"
|
||||
|
||||
#define UT_NAMESIZE 8
|
||||
#define UT_LINESIZE 8
|
||||
#define UT_HOSTSIZE 16
|
||||
#ifdef __LP64__
|
||||
#define UT_NAMESIZE 32
|
||||
#define UT_LINESIZE 32
|
||||
#define UT_HOSTSIZE 256
|
||||
#else
|
||||
#define UT_NAMESIZE 8
|
||||
#define UT_LINESIZE 8
|
||||
#define UT_HOSTSIZE 16
|
||||
#endif
|
||||
|
||||
#define USER_PROCESS 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user