Skip to content

support/log: rename __log to __do_log#55

Merged
minwooim merged 1 commit into
SamsungDS:mainfrom
minwooim:rename-log
May 7, 2026
Merged

support/log: rename __log to __do_log#55
minwooim merged 1 commit into
SamsungDS:mainfrom
minwooim:rename-log

Conversation

@minwooim
Copy link
Copy Markdown
Collaborator

No functional changes. To avoid declaration conflicts below, rename it.

/usr/local/include/vfn/support/log.h:57:56: error: conflicting declaration of C function ‘void __log(int, const char*, ...)’
57 | static inline void attribute((format(printf, 2, 3))) __log(int v, char const *fmt, ...)
| ^~~~~
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:104:61: note: previous declaration ‘double __log(double)’
104 | __MATHCALL_VEC (log,, (Mdouble __x));
| ^

No functional changes.  To avoid declaration conflicts below, rename it.

/usr/local/include/vfn/support/log.h:57:56: error: conflicting declaration of C function ‘void __log(int, const char*, ...)’
   57 | static inline void __attribute__((format(printf, 2, 3))) __log(int v, char const *fmt, ...)
      |                                                        ^~~~~
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:104:61: note: previous declaration ‘double __log(double)’
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                                                             ^

Signed-off-by: Minwoo Im <minwoo.im@samsung.com>
@minwooim minwooim merged commit 616fb77 into SamsungDS:main May 7, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant