comparison src/msdos.c @ 21415:e6d49d55ea7e

(request_sigio, unrequest_sigio): Make consistent with prototypes in lisp.h.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Apr 1998 06:49:50 +0000
parents 963e9cda8f04
children a1a2beb0a09c
comparison
equal deleted inserted replaced
21414:aac7354edaed 21415:e6d49d55ea7e
3246 void volatile pause () {} 3246 void volatile pause () {}
3247 sigsetmask (x) int x; { return 0; } 3247 sigsetmask (x) int x; { return 0; }
3248 sigblock (mask) int mask; { return 0; } 3248 sigblock (mask) int mask; { return 0; }
3249 #endif 3249 #endif
3250 3250
3251 request_sigio () {} 3251 void request_sigio (void) {}
3252 setpgrp () {return 0; } 3252 setpgrp () {return 0; }
3253 setpriority (x,y,z) int x,y,z; { return 0; } 3253 setpriority (x,y,z) int x,y,z; { return 0; }
3254 unrequest_sigio () {} 3254 void unrequest_sigio (void) {}
3255 3255
3256 #if __DJGPP__ > 1 3256 #if __DJGPP__ > 1
3257 3257
3258 #ifdef POSIX_SIGNALS 3258 #ifdef POSIX_SIGNALS
3259 3259