diff options
Diffstat (limited to 'man2/select.2')
| -rw-r--r-- | man2/select.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/select.2 b/man2/select.2 index 648b0ad356..0fc075d488 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -718,9 +718,9 @@ to a local variable and passing that variable to the system call. int main(void) { - fd_set rfds; - struct timeval tv; - int retval; + int retval; + fd_set rfds; + struct timeval tv; /* Watch stdin (fd 0) to see when it has input. */ |
