diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-19 03:18:01 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-19 03:18:01 +0000 |
commit | aef12e3acd7684f057e523bf0a69669fe26840e6 (patch) | |
tree | c922291480caf403227936578cd8121f17675c20 /src/mac.c | |
parent | ba7c29f3de63129439323762fbe8e888a6e82540 (diff) | |
download | emacs-aef12e3acd7684f057e523bf0a69669fe26840e6.tar.gz |
[!MAC_OSX] (select): Fix argument name.
Diffstat (limited to 'src/mac.c')
-rw-r--r-- | src/mac.c | 2 |
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) 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; |