Changeset 1775

Show
Ignore:
Timestamp:
02/17/98 01:45:27 (11 years ago)
Author:
himi
Message:

Emacs 20.3.5 FSF import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/s/gnu.h

    r1773 r1775  
    2828#undef SYSTEM_TYPE 
    2929#define SYSTEM_TYPE "gnu" 
    30  
    31 #undef NLIST_STRUCT 
    3230 
    3331/* XXX should getloadavg be in libc?  Should we have a libutil? 
  • branches/GNU/src/s/irix4-0.h

    r1761 r1775  
    5757  strcpy (pty_name, name);                                      \ 
    5858} 
     59 
     60/* jpff@maths.bath.ac.uk reports `struct exception' is not defined 
     61   on this system, so inhibit use of matherr.  */ 
     62#define NO_MATHERR 
  • branches/GNU/src/s/irix6-0.h

    r1761 r1775  
    3535   Larry Hunter <hunter@nlm.nih.gov> said this was needed 
    3636   for Irix 6.5.  Let's see if it is safe in 6.N, N<5, as well.  */ 
    37 /* Extrapolating from Irix 6.5, the problem is that (at least) the 
    38    bzero definition breaks what the X headers do.  The following means 
    39    that we lack prototypes for these functions, and we presumably lose 
    40    at least in the 64-bit ABI (though that's only supported on Irix 
    41    6.5, which I can test).  We may be saved by the fact that these 
    42    appear to be intrinsics in the SGI (Cray) compiler.  It's probably 
    43    appropriate to include strings.h here, but I can't test it.  See 
    44    irix6-5.h.  -- fx  */ 
     37#undef TIOCSIGSEND 
    4538#undef bcopy 
    4639#undef bcmp 
    4740#undef bzero 
    48  
    49 #undef TIOCSIGSEND 
  • branches/GNU/src/s/ms-w32.h

    r1771 r1775  
    238238#define HAVE_RENAME 1 
    239239#define HAVE_CLOSEDIR 1 
    240 #define HAVE_FSYNC 1            /* fsync is called _commit in MSVC.  */ 
    241240 
    242241#undef  TM_IN_SYS_TIME 
     
    302301#ifdef emacs 
    303302 
    304 /* calls that are emulated or shadowed */ 
     303/* IO calls that are emulated or shadowed */ 
    305304#undef access 
    306305#define access  sys_access 
     
    332331#define select  sys_select 
    333332#define sleep   sys_sleep 
    334 #define strerror sys_strerror 
    335333#undef unlink 
    336334#define unlink  sys_unlink 
     
    355353#define flushall  _flushall 
    356354#define fputchar  _fputchar 
    357 #define fsync     _commit 
    358 #define ftruncate _chsize 
    359355#define getw      _getw 
    360356#define getpid    _getpid