Skip to content
Commit dcc452b5 authored by LRN's avatar LRN
Browse files

Check stpcpy() and posix_memalign() to *not* to be built-in

GCC has built-ins for these functions, which might give a compile-only
test an impression that the functions are actually present in the C runtime.
Use a linked test to be sure.

Specifically, both functions are missing on Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=794555
parent ac42183c
Pipeline #7540 failed with stage
in 4 minutes and 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment