am b8d2233e
: Merge "libc: tag missing functions in system headers." into gingerbread
Merge commit 'b8d2233e8abc30f33be7d7acc7f3ef6e6aabebac' into gingerbread-plus-aosp * commit 'b8d2233e8abc30f33be7d7acc7f3ef6e6aabebac': libc: tag missing functions in system headers.
This commit is contained in:

committed by
Android Git Automerger

commit
1aeeeae166
@@ -33,8 +33,10 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#if 0 /* MISSING FROM BIONIC */
|
||||
extern int setfsuid(uid_t);
|
||||
extern int setfsgid(gid_t);
|
||||
#endif /* MISSING */
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
@@ -92,7 +92,10 @@ extern int mount(const char *, const char *,
|
||||
const void *);
|
||||
extern int umount(const char *);
|
||||
extern int umount2(const char *, int);
|
||||
|
||||
#if 0 /* MISSING FROM BIONIC */
|
||||
extern int pivot_root(const char *, const char *);
|
||||
#endif /* MISSING */
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user