aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-25 08:00:39 +0000
committerRichard M. Stallman1996-09-25 08:00:39 +0000
commitf66868bad1c2b1e156840e15a61550fe1a307943 (patch)
tree6fc1248cefdd64e1e3224609de62f18d3ee8f3e7 /src
parent8028cf8aadcc3be3d2cbe7b88a026d09b9e50033 (diff)
downloademacs-f66868bad1c2b1e156840e15a61550fe1a307943.tar.gz
emacs-f66868bad1c2b1e156840e15a61550fe1a307943.zip
(XTread_socket): Delete WAITP arg.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 64578891a6d..b87f0fdabe8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3234,11 +3234,10 @@ static struct x_display_info *next_noop_dpyinfo;
3234 We return the number of characters stored into the buffer, 3234 We return the number of characters stored into the buffer,
3235 thus pretending to be `read'. 3235 thus pretending to be `read'.
3236 3236
3237 WAITP is nonzero if we should block until input arrives.
3238 EXPECTED is nonzero if the caller knows input is available. */ 3237 EXPECTED is nonzero if the caller knows input is available. */
3239 3238
3240int 3239int
3241XTread_socket (sd, bufp, numchars, waitp, expected) 3240XTread_socket (sd, bufp, numchars, expected)
3242 register int sd; 3241 register int sd;
3243 /* register */ struct input_event *bufp; 3242 /* register */ struct input_event *bufp;
3244 /* register */ int numchars; 3243 /* register */ int numchars;