mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h.
This commit is contained in:
parent
05c6525173
commit
eef5ce6ecc
@ -5,6 +5,7 @@
|
||||
* w32term.c (w32_create_terminal): Use KVAR.
|
||||
|
||||
* s/ms-w32.h (MODE_LINE_BINARY_TEXT): Remove.
|
||||
(getloadavg): Declare prototype which was removed from lisp.h.
|
||||
|
||||
* xdisp.c (decode_mode_spec): Don't use MODE_LINE_BINARY_TEXT.
|
||||
|
||||
|
@ -346,6 +346,8 @@ extern char *get_emacs_configuration_options (void);
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
extern int getloadavg (double *, int);
|
||||
|
||||
/* We need a little extra space, see ../../lisp/loadup.el. */
|
||||
#define SYSTEM_PURESIZE_EXTRA 50000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user