Skip to content

Commit

Permalink
Update lib_utsname.c
Browse files Browse the repository at this point in the history
  • Loading branch information
W-M-R authored Oct 11, 2024
1 parent 0c5169d commit 9173cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libc/misc/lib_utsname.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* Private Data
****************************************************************************/

#if defined(__DATE__) && defined(__TIME__) \
#if defined(__DATE__) && defined(__TIME__) && \
!defined(CONFIG_LIBC_UNAME_DISABLE_TIMESTAMP) \
static char g_version[] = CONFIG_VERSION_BUILD " " __DATE__ " " __TIME__;
#else
Expand Down

0 comments on commit 9173cae

Please sign in to comment.