Skip to content

Commit 9f53bbd

Browse files
jprendesCopilot
andauthored
Update src/hyperlight_guest_bin/include/picolibc.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 0b0f496 commit 9f53bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperlight_guest_bin/include/picolibc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ limitations under the License.
137137
#if picolibc_has_builtin(__builtin_mul_overflow)
138138
#define __HAVE_BUILTIN_MUL_OVERFLOW 1
139139
#endif
140-
#if picolibc_has_builtin(_Complex)
140+
#if !defined(__STDC_NO_COMPLEX__)
141141
#define __HAVE_COMPLEX 1
142142
#endif
143143

0 commit comments

Comments
 (0)