diff options
author | Dan Albert <danalbert@google.com> | 2014-06-11 21:26:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-10 22:20:24 +0000 |
commit | 48082a0a6e2f74cdc2ad1820131eca7d00299b6d (patch) | |
tree | dd9831b3ce6e185b3be64d3f51b70c60ff14cd46 | |
parent | 440bd6bcc308f78b32fcbc4a3ba312dd1343559b (diff) | |
parent | cd32219c5b3c402c99d3ad7d1997d42b5f04015e (diff) | |
download | bionic-48082a0a6e2f74cdc2ad1820131eca7d00299b6d.zip bionic-48082a0a6e2f74cdc2ad1820131eca7d00299b6d.tar.gz bionic-48082a0a6e2f74cdc2ad1820131eca7d00299b6d.tar.bz2 |
Merge "Remove declarations related to cuserid(3)."
-rw-r--r-- | libc/include/stdio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 90f595c..efc5492 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h @@ -296,12 +296,10 @@ __END_DECLS */ #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE #define L_ctermid 1024 /* size for ctermid(); PATH_MAX */ -#define L_cuserid 9 /* size for cuserid(); UT_NAMESIZE + 1 */ __BEGIN_DECLS #if 0 /* MISSING FROM BIONIC */ char *ctermid(char *); -char *cuserid(char *); #endif /* MISSING */ FILE *fdopen(int, const char *); int fileno(FILE *); |