diff options
| author | Paul Eggert | 2018-02-20 13:42:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-20 13:45:27 -0800 |
| commit | 630da78a3cc2a5df2d61e1edf0c209b806b336e2 (patch) | |
| tree | 733a99c301158e849bc3f612f6eb896e55ad47a8 /lib/stdlib.in.h | |
| parent | 3d38ab8f1fbfaeb1f3eddbc79ef6ded1d9a87841 (diff) | |
| download | emacs-630da78a3cc2a5df2d61e1edf0c209b806b336e2.tar.gz emacs-630da78a3cc2a5df2d61e1edf0c209b806b336e2.zip | |
Update from gnulib
This includes:
2018-02-18 warnings: Add support for Objective C
2018-02-03 stdlib: Fix compilation error on OpenIndiana
* lib/gnulib.mk.in: Regenerate.
* lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4, m4/warnings.m4:
Copy from gnulib.
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index b9701d5b287..c8a5d0d0c61 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -47,6 +47,9 @@ | |||
| 47 | 47 | ||
| 48 | /* Solaris declares getloadavg() in <sys/loadavg.h>. */ | 48 | /* Solaris declares getloadavg() in <sys/loadavg.h>. */ |
| 49 | #if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ | 49 | #if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ |
| 50 | /* OpenIndiana has a bug: <sys/time.h> must be included before | ||
| 51 | <sys/loadavg.h>. */ | ||
| 52 | # include <sys/time.h> | ||
| 50 | # include <sys/loadavg.h> | 53 | # include <sys/loadavg.h> |
| 51 | #endif | 54 | #endif |
| 52 | 55 | ||