comparison src/s/sol2.h @ 2815:60f122cfe785

* process.c (wait_reading_process_input): If we're running Solaris, it's not necessary to check if we should redeliver SIGIO, according to David Mackenzie. * s/sol2.h: #include "usg5-4.h", and #define const.
author Jim Blandy <jimb@redhat.com>
date Sat, 15 May 1993 23:20:33 +0000
parents 1d72336294c6
children 0001f88fc0db
comparison
equal deleted inserted replaced
2814:0da5b58e98ed 2815:60f122cfe785
1 #include "s-usg5-4.h" 1 #include "usg5-4.h"
2 2
3 #define POSIX 3 #define POSIX
4 4
5 /* Here is how to find X Windows. The -L option tells the linker where 5 /* Here is how to find X Windows. The -L option tells the linker where
6 to find the libraries at link time, the -R option at run time. */ 6 to find the libraries at link time, the -R option at run time. */
15 #ifndef __GNUC__ 15 #ifndef __GNUC__
16 #define C_SWITCH_SYSTEM -Xs 16 #define C_SWITCH_SYSTEM -Xs
17 #else /* GCC */ 17 #else /* GCC */
18 #define C_SWITCH_SYSTEM -traditional 18 #define C_SWITCH_SYSTEM -traditional
19 #endif /* GCC */ 19 #endif /* GCC */
20 #define const
20 21
21 /* Karl Berry writes: 22 /* Karl Berry writes:
22 If you have the misfortune to be running Solaris 2.1, you may have 23 If you have the misfortune to be running Solaris 2.1, you may have
23 noticed that the access system call does not check the readonlyness of 24 noticed that the access system call does not check the readonlyness of
24 the filesystem the path refers to. This is a bug, according to 25 the filesystem the path refers to. This is a bug, according to