comparison src/s/hpux.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 7930bf123cb7
children 7be0f0a02725
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
96 */ 96 */
97 97
98 /* #define NONSYSTEM_DIR_LIBRARY */ 98 /* #define NONSYSTEM_DIR_LIBRARY */
99 99
100 /* Define this symbol if your system has the functions bcopy, etc. 100 /* Define this symbol if your system has the functions bcopy, etc.
101 * s800 and later versions of s300 (s200) kernels have equivilents 101 * s800 and later versions of s300 (s200) kernels have equivalents
102 * of the BSTRING functions of BSD. If your s200 kernel doesn't have 102 * of the BSTRING functions of BSD. If your s200 kernel doesn't have
103 * em comment out this section. 103 * em comment out this section.
104 */ 104 */
105 105
106 #define BSTRING 106 #define BSTRING
174 /* 174 /*
175 #define _setjmp setjmp 175 #define _setjmp setjmp
176 #define _longjmp longjmp 176 #define _longjmp longjmp
177 */ 177 */
178 178
179 /* On USG systems the system calls are interruptable by signals 179 /* On USG systems the system calls are interruptible by signals
180 that the user program has elected to catch. Thus the system call 180 that the user program has elected to catch. Thus the system call
181 must be retried in these cases. To handle this without massive 181 must be retried in these cases. To handle this without massive
182 changes in the source code, we remap the standard system call names 182 changes in the source code, we remap the standard system call names
183 to names for our own functions in sysdep.c that do the system call 183 to names for our own functions in sysdep.c that do the system call
184 with retries. */ 184 with retries. */