mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Removed unused function _OS_SELECT for AIX. Thanks to Philip K. Warren
<pkw@us.ibm.com> for reporting this.
This commit is contained in:
parent
d384e9659d
commit
46de977590
@ -2928,13 +2928,6 @@ loser:
|
||||
}
|
||||
|
||||
|
||||
#ifdef AIX
|
||||
int _OS_SELECT (int nfds, void *readfds, void *writefds,
|
||||
void *exceptfds, struct timeval *timeout) {
|
||||
return select (nfds,readfds,writefds,exceptfds,timeout);
|
||||
}
|
||||
#endif
|
||||
|
||||
SECItem *
|
||||
SECU_GetPBEPassword(void *arg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user