New upstream version 4.19.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "time/day_to_str.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define SHADOW_INCLUDE_LIB_TIME_DAY_TO_STR_H_
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -16,12 +16,14 @@
|
||||
#include "string/strcpy/strtcpy.h"
|
||||
|
||||
|
||||
#define DAY_TO_STR(str, day) day_to_str(countof(str), str, day)
|
||||
// day_to_str_a - day-since-Epoch to string array
|
||||
#define day_to_str_a(str, day) day_to_str(countof(str), str, day)
|
||||
|
||||
|
||||
inline void day_to_str(size_t size, char buf[size], long day);
|
||||
|
||||
|
||||
// dat_to_str - day-since-Epoch to string
|
||||
inline void
|
||||
day_to_str(size_t size, char buf[size], long day)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user