sysconf(3) returns long.

On LP32, this makes no difference. Not an ABI change.

On LP64, results are going to be in %rax or x0 whether they're 32- or 64-bit,
and the only difference is going to be whether the top bits are clobbered.

Bug: 18390956
Change-Id: I0bd4496231bdded34c1fa03e895021ac0df7f8e1
This commit is contained in:
Elliott Hughes
2014-11-14 15:14:44 -08:00
parent cdcef73a23
commit 60d84af172
3 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ extern int acct(const char* filepath);
int getpagesize(void);
extern int sysconf(int name);
long sysconf(int);
extern int daemon(int, int);