From aef12e3acd7684f057e523bf0a69669fe26840e6 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Tue, 19 Sep 2006 03:18:01 +0000 Subject: [PATCH] [!MAC_OSX] (select): Fix argument name. --- src/mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) extern Boolean mac_wait_next_event P_ ((EventRecord *, UInt32, Boolean)); int -select (n, rfds, wfds, efds, timeout) +select (nfds, rfds, wfds, efds, timeout) int nfds; SELECT_TYPE *rfds, *wfds, *efds; EMACS_TIME *timeout; -- 2.39.2