Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c09c2c99
Commit
c09c2c99
authored
Aug 22, 2000
by
Andrew Innes
Browse files
(sleep): Make argument unsigned long.
parent
9112a2a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib-src/ntlib.c
lib-src/ntlib.c
+1
-1
No files found.
lib-src/ntlib.c
View file @
c09c2c99
...
...
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA.
would necessitate including windows.h in the files that used it.
This is much easier. */
void
sleep
(
int
seconds
)
sleep
(
unsigned
long
seconds
)
{
Sleep
(
seconds
*
1000
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment