view src/s/sunos4-1.h @ 1525:f79a22ad87d0

* window.c (Fwindow_width, Fset_window_hscroll): Use accessors on w->width, w->left, w->hscroll, and arguments. (replace_window): Use EQ, not ==. (Fdelete_window): p->top and p->left are not C integers. (Fnext_window, Fprevious_window): Use EQ, not ==.
author Jim Blandy <jimb@redhat.com>
date Sat, 31 Oct 1992 05:39:49 +0000
parents e442bb589751
children bba90ce247b0
line wrap: on
line source

#include "sunos4-0.h"

/* 4.1.1 makes these system calls interruptable.  */

#define read sys_read
#define write sys_write
#define open sys_open
#define close sys_close

#define INTERRUPTIBLE_OPEN
#define INTERRUPTIBLE_CLOSE
#define INTERRUPTIBLE_IO