xm-sco5.h (sys_siglist): Define.
* xm-sco5.h (sys_siglist): Define. (SYS_SIGLIST_DECLARED): Likewise. From Robert Lipe. From-SVN: r15056
This commit is contained in:
parent
056c014d34
commit
feb211221a
@ -1,3 +1,8 @@
|
||||
Wed Sep 3 09:05:41 1997 Robert Lipe (robert@dgii.com)
|
||||
|
||||
* xm-sco5.h (sys_siglist): Define.
|
||||
(SYS_SIGLIST_DECLARED): Likewise.
|
||||
|
||||
Tue Sep 2 23:33:33 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* expr.c (convert_move): Handle truncation from TQFmode to QFmode.
|
||||
|
@ -5,4 +5,8 @@
|
||||
/* Big buffers improve performance. */
|
||||
|
||||
#define IO_BUFFER_SIZE (0x8000 - 1024)
|
||||
|
||||
/* OpenServer provides no sys_siglist,
|
||||
but does offer the same data under another name. */
|
||||
#define sys_siglist _sys_siglist
|
||||
#undef SYS_SIGLIST_DECLARED
|
||||
#define SYS_SIGLIST_DECLARED
|
||||
|
Loading…
Reference in New Issue
Block a user