annotate src/s/sunos4-1.h @ 1799:8e52d9366e6c
(switch-to-buffer-other-frame): Pass t to pop-to-buffer.
author |
Roland McGrath <roland@gnu.org> |
date |
Thu, 14 Jan 1993 21:28:18 +0000 |
parents |
e442bb589751 |
children |
bba90ce247b0 |
rev |
line source |
457
|
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
|