You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In glibc, when the _GNU_SOURCE macro is defined on Linux, basename() is already available in glibc, resulting in a type conflict. In reality the prototype are basically the same but for some GNU/gcc details.
The text was updated successfully, but these errors were encountered:
In glibc, when the _GNU_SOURCE macro is defined on Linux, basename() is already available in glibc, resulting in a type conflict. In reality the prototype are basically the same but for some GNU/gcc details.
The text was updated successfully, but these errors were encountered: