mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
sd-daemon.h may include inttypes.h. Explicitly request format macros before
|
||||
the first inclusion of inttypes.h.
|
||||
*/
|
||||
#if !defined(__STDC_FORMAT_MACROS)
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif // !defined(__STDC_FORMAT_MACROS)
|
||||
#include <systemd/sd-daemon.h>
|
||||
/** INTERVAL in seconds followed by printf style status */
|
||||
#define service_manager_extend_timeout(INTERVAL, FMTSTR, ...) \
|
||||
|
Reference in New Issue
Block a user