am 48082a0a: Merge "Remove declarations related to cuserid(3)."

* commit '48082a0a6e2f74cdc2ad1820131eca7d00299b6d':
  Remove declarations related to cuserid(3).
This commit is contained in:
Dan Albert 2014-06-11 21:33:15 +00:00 committed by Android Git Automerger
commit 6f7f1caa1d

View File

@ -296,12 +296,10 @@ __END_DECLS
*/ */
#if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE
#define L_ctermid 1024 /* size for ctermid(); PATH_MAX */ #define L_ctermid 1024 /* size for ctermid(); PATH_MAX */
#define L_cuserid 9 /* size for cuserid(); UT_NAMESIZE + 1 */
__BEGIN_DECLS __BEGIN_DECLS
#if 0 /* MISSING FROM BIONIC */ #if 0 /* MISSING FROM BIONIC */
char *ctermid(char *); char *ctermid(char *);
char *cuserid(char *);
#endif /* MISSING */ #endif /* MISSING */
FILE *fdopen(int, const char *); FILE *fdopen(int, const char *);
int fileno(FILE *); int fileno(FILE *);