]> git.eshelyaron.com Git - emacs.git/commitdiff
[!MAC_OSX] (select): Fix argument name.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:18:01 +0000 (03:18 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 19 Sep 2006 03:18:01 +0000 (03:18 +0000)
src/mac.c

index 151cce9c0f3e80a1266551eaaad14ff38411efdd..be6953a0d5538519d502530a67f08c7e37160a94 100644 (file)
--- 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;