aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index 151cce9c0f3..be6953a0d55 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2416,7 +2416,7 @@ sys_fopen (const char *name, const char *mode)
2416extern Boolean mac_wait_next_event P_ ((EventRecord *, UInt32, Boolean)); 2416extern Boolean mac_wait_next_event P_ ((EventRecord *, UInt32, Boolean));
2417 2417
2418int 2418int
2419select (n, rfds, wfds, efds, timeout) 2419select (nfds, rfds, wfds, efds, timeout)
2420 int nfds; 2420 int nfds;
2421 SELECT_TYPE *rfds, *wfds, *efds; 2421 SELECT_TYPE *rfds, *wfds, *efds;
2422 EMACS_TIME *timeout; 2422 EMACS_TIME *timeout;