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
aef12e3a
Commit
aef12e3a
authored
Sep 19, 2006
by
YAMAMOTO Mitsuharu
Browse files
[!MAC_OSX] (select): Fix argument name.
parent
ba7c29f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mac.c
src/mac.c
+1
-1
No files found.
src/mac.c
View file @
aef12e3a
...
...
@@ -2416,7 +2416,7 @@ sys_fopen (const char *name, const char *mode)
extern
Boolean
mac_wait_next_event
P_
((
EventRecord
*
,
UInt32
,
Boolean
));
int
select
(
n
,
rfds
,
wfds
,
efds
,
timeout
)
select
(
n
fds
,
rfds
,
wfds
,
efds
,
timeout
)
int
nfds
;
SELECT_TYPE
*
rfds
,
*
wfds
,
*
efds
;
EMACS_TIME
*
timeout
;
...
...
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