Normalize long int and short int to just long and short.
This commit is contained in:
parent
a358704096
commit
e09e6e587b
9 changed files with 16 additions and 16 deletions
|
@ -118,7 +118,7 @@ lwpWakeupFd(struct lwpProc *proc)
|
|||
}
|
||||
|
||||
void
|
||||
lwpSleepUntil(long int until)
|
||||
lwpSleepUntil(long until)
|
||||
{
|
||||
lwpStatus(LwpCurrent, "sleeping for %ld sec", until - time(0));
|
||||
LwpCurrent->runtime = until;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue