]> code.delx.au - gnu-emacs/blob - src/s/sunos4-1.h
(change_frame_size): Handle FRAME_MENU_BAR_LINES.
[gnu-emacs] / src / s / sunos4-1.h
1 #include "sunos4-0.h"
2
3 /* 4.1.1 makes these system calls interruptable. */
4
5 #define read sys_read
6 #define write sys_write
7 #define open sys_open
8 #define close sys_close
9
10 #define INTERRUPTIBLE_OPEN
11 #define INTERRUPTIBLE_CLOSE
12 #define INTERRUPTIBLE_IO