Skip to content

Commit

Permalink
gthr_aux: Join a line
Browse files Browse the repository at this point in the history
(cherry picked from commit da62b7cd2d340e953d1dd5b6e419e9aea8b273a1)
Signed-off-by: LIU Hao <lh_mouse@126.com>
  • Loading branch information
lhmouse committed Nov 26, 2024
1 parent 54be94a commit 21cf06e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mcfgthread/gthr_aux.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ __MCF_gthr_call_once_seh_take_over(_MCF_once* __once, __MCF_cxa_dtor_any_ __init
/* This is a type-generic macro. `__init_proc` may be of any calling convention,
* and may take an arbitrary pointer. */
#define __MCF_GTHR_CALL_ONCE_SEH(__once, __init_proc, __arg) \
__MCF_gthr_call_once_seh(__once, \
__MCF_CAST_PTR(__MCF_cxa_dtor_cdecl, __init_proc), __arg)
__MCF_gthr_call_once_seh(__once, __MCF_CAST_PTR(__MCF_cxa_dtor_cdecl, __init_proc), __arg)

/* This is an auxiliary function for converting a `__MCF_timespec` to the
* number of milliseconds since the Unix epoch, with boundary checking. */
Expand Down

0 comments on commit 21cf06e

Please sign in to comment.