* libc/include/sys/unistd.h: Declare getpagesize as returning POSIX-mandated
int. * libc/sys/linux/sys/unistd.h: Ditto.
This commit is contained in:
parent
7b9f3ce02c
commit
4945cb2af0
@ -1,3 +1,9 @@
|
|||||||
|
2009-09-18 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* libc/include/sys/unistd.h: Declare getpagesize as returning
|
||||||
|
POSIX-mandated int.
|
||||||
|
* libc/sys/linux/sys/unistd.h: Ditto.
|
||||||
|
|
||||||
2009-08-31 Takaki Makino <t@snowelm.com>
|
2009-08-31 Takaki Makino <t@snowelm.com>
|
||||||
|
|
||||||
* libm/machine/i386/f_pow.c(_f_pow): Alter ASM so it works with
|
* libm/machine/i386/f_pow.c(_f_pow): Alter ASM so it works with
|
||||||
|
@ -81,7 +81,7 @@ char _EXFUN(*getlogin, (void ));
|
|||||||
int _EXFUN(getlogin_r, (char *name, size_t namesize) );
|
int _EXFUN(getlogin_r, (char *name, size_t namesize) );
|
||||||
#endif
|
#endif
|
||||||
char _EXFUN(*getpass, (const char *__prompt));
|
char _EXFUN(*getpass, (const char *__prompt));
|
||||||
size_t _EXFUN(getpagesize, (void));
|
int _EXFUN(getpagesize, (void));
|
||||||
#if defined(__CYGWIN__)
|
#if defined(__CYGWIN__)
|
||||||
int _EXFUN(getpeereid, (int, uid_t *, gid_t *));
|
int _EXFUN(getpeereid, (int, uid_t *, gid_t *));
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,7 +54,7 @@ char _EXFUN(*getlogin, (void ));
|
|||||||
int _EXFUN(getlogin_r, (char *name, size_t namesize) );
|
int _EXFUN(getlogin_r, (char *name, size_t namesize) );
|
||||||
#endif
|
#endif
|
||||||
char _EXFUN(*getpass, (__const char *__prompt));
|
char _EXFUN(*getpass, (__const char *__prompt));
|
||||||
size_t _EXFUN(getpagesize, (void));
|
int _EXFUN(getpagesize, (void));
|
||||||
pid_t _EXFUN(getpgid, (pid_t));
|
pid_t _EXFUN(getpgid, (pid_t));
|
||||||
pid_t _EXFUN(getpgrp, (void ));
|
pid_t _EXFUN(getpgrp, (void ));
|
||||||
pid_t _EXFUN(getpid, (void ));
|
pid_t _EXFUN(getpid, (void ));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user