*** empty log message ***

This commit is contained in:
Roland McGrath 1993-07-30 03:20:49 +00:00
parent 9f33e6cdcb
commit e22a936ca5

View file

@ -31,7 +31,7 @@
the nlist n_name element is a pointer, the nlist n_name element is a pointer,
not an array. not an array.
NLIST_NAME_UNION struct nlist has an n_un member, not n_name. NLIST_NAME_UNION struct nlist has an n_un member, not n_name.
LINUX_LDAV_FILE [LINUX]: Name of file containing load averages. LINUX_LDAV_FILE [__linux__]: File containing load averages.
Specific system predefines this file uses, aside from setting Specific system predefines this file uses, aside from setting
default values if not emacs: default values if not emacs:
@ -49,7 +49,7 @@
UMAX UMAX
UMAX4_3 UMAX4_3
VMS VMS
LINUX Linux: assumes /proc filesystem mounted. __linux__ Linux: assumes /proc filesystem mounted.
Support from Michael K. Johnson. Support from Michael K. Johnson.
In addition, to avoid nesting many #ifdefs, we internally set In addition, to avoid nesting many #ifdefs, we internally set
@ -457,7 +457,7 @@ getloadavg (loadavg, nelem)
elem = -1; elem = -1;
#endif #endif
#if !defined (LDAV_DONE) && defined (LINUX) #if !defined (LDAV_DONE) && defined (__linux__)
#define LDAV_DONE #define LDAV_DONE
#undef LOAD_AVE_TYPE #undef LOAD_AVE_TYPE
@ -487,7 +487,7 @@ getloadavg (loadavg, nelem)
return elem; return elem;
#endif /* LINUX */ #endif /* __linux__ */
#if !defined (LDAV_DONE) && defined (NeXT) #if !defined (LDAV_DONE) && defined (NeXT)
#define LDAV_DONE #define LDAV_DONE