comparison src/s/aix3-1.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 8eaf7971accc
children 57709be46d1b
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
93 93
94 /* The symbol in the kernel where the load average is found 94 /* The symbol in the kernel where the load average is found
95 is named avenrun. */ 95 is named avenrun. */
96 96
97 #define LDAV_SYMBOL "avenrun" 97 #define LDAV_SYMBOL "avenrun"
98
99 /* Special itemss needed to make Emacs run on this system. */ 98 /* Special itemss needed to make Emacs run on this system. */
100 99
101 /* On USG systems the system calls are interruptible by signals 100 /* On USG systems the system calls are interruptible by signals
102 that the user program has elected to catch. Thus the system call 101 that the user program has elected to catch. Thus the system call
103 must be retried in these cases. To handle this without massive 102 must be retried in these cases. To handle this without massive