aboutsummaryrefslogtreecommitdiff
path: root/libc/include/unistd.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-02-24 13:18:25 -0800
committerYabin Cui <yabinc@google.com>2015-02-24 14:46:59 -0800
commit7fb680bfda059746c9bb8939ffaed600eecc3a29 (patch)
tree4d2528047166136a5c8baa69af69edafafcc42c2 /libc/include/unistd.h
parent4add77b93c0c61381faa9d4d8dc62f81cafcc69a (diff)
downloadbionic-7fb680bfda059746c9bb8939ffaed600eecc3a29.tar.gz
Move getusershell/endusershell/setusershell to ndk_cruft.cpp.
Bug: 19108648 Change-Id: I65134040345398dde612c4325d902db58f3bd2be
Diffstat (limited to 'libc/include/unistd.h')
-rw-r--r--libc/include/unistd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/include/unistd.h b/libc/include/unistd.h
index 0b6700486..9fcb5dbfb 100644
--- a/libc/include/unistd.h
+++ b/libc/include/unistd.h
@@ -116,10 +116,6 @@ extern int setresgid(gid_t, gid_t, gid_t);
extern int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid);
extern int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid);
extern char* getlogin(void);
-extern char* getusershell(void);
-extern void setusershell(void);
-extern void endusershell(void);
-
extern long fpathconf(int, int);
extern long pathconf(const char*, int);