diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-19 01:16:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 12:09:06 +0000 |
commit | 93bc67e4fe8a335618d6cd5e4abd749bbe881204 (patch) | |
tree | 3addc73ecf33fa82473ce34204c78649780405a8 /scripts/lib/devtool/build_sdk.py | |
parent | 4d4d61f961a5577a8721b6ff1e2efda8ab2a71f5 (diff) | |
download | poky-93bc67e4fe8a335618d6cd5e4abd749bbe881204.tar.gz |
at: Remove mktime signature from posixtm.c
This is in conflict with signature from system time.h
extern time_t mktime (struct tm *__tp) __THROW;
GCC-15 with C23 on, this is treated at error
posixtm.c:45:8: error: conflicting types for 'mktime'; have 'time_t(void)' {aka 'long int(void)'}
| 45 | time_t mktime ();
| | ^~~~~~
|
config.h is local include file to use quotes to include it
(From OE-Core rev: afc888d87fbf268c43bbcc81aa378eb9d58397a8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build_sdk.py')
0 files changed, 0 insertions, 0 deletions