Refresh 64-bit headers/libs (WW20)

Change-Id: I91c4a89635a075d2264e43c51f56b70fe999152f
This commit is contained in:
Andrew Hsieh
2014-05-16 15:43:22 +08:00
parent 67dc50cbbb
commit 2c91491806
56 changed files with 388 additions and 318 deletions

View File

@@ -54,7 +54,7 @@
/*
* Layout of:
* uint32_t ns_src.flags
*/
*/
/* nsswitch.conf status codes and nsdispatch(3) return values */
#define NS_SUCCESS (1<<0) /* entry was found */
#define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */
@@ -125,7 +125,7 @@ typedef struct {
*/
#define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
#define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
#ifdef HESIOD
# define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
#else
@@ -149,6 +149,7 @@ typedef struct {
} ns_src;
#if 0
/*
* Default sourcelists (if nsswitch.conf is missing, corrupt,
* or the requested database doesn't have an entry)
@@ -160,7 +161,7 @@ extern const ns_src __nsdefaultfiles[];
extern const ns_src __nsdefaultfiles_forceall[];
extern const ns_src __nsdefaultnis[];
extern const ns_src __nsdefaultnis_forceall[];
#endif
/*
* ns_mtab - `nsswitch method table'