comparison src/sysdep.h @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children ec9a17fef872
comparison
equal deleted inserted replaced
15:ad457d5f7d04 16:0293115a14e9
73 73
74 /* Used so that signals can break out of system calls that aren't 74 /* Used so that signals can break out of system calls that aren't
75 naturally interruptible. */ 75 naturally interruptible. */
76 76
77 extern JMP_BUF break_system_call_jump; 77 extern JMP_BUF break_system_call_jump;
78 extern int can_break_system_calls; 78 extern volatile int can_break_system_calls;
79 79
80 int sys_write_1 (int fildes, CONST void *buf, unsigned int nbyte, 80 int sys_write_1 (int fildes, CONST void *buf, unsigned int nbyte,
81 int allow_quit); 81 int allow_quit);
82 int sys_read_1 (int fildes, void *buf, unsigned int nbyte, 82 int sys_read_1 (int fildes, void *buf, unsigned int nbyte,
83 int allow_quit); 83 int allow_quit);