-
Notifications
You must be signed in to change notification settings - Fork 51
composefs fails to build with musl #272
Copy link
Copy link
Closed
Description
composefs fails to build when using latest musl:
tools/mountcomposefs.c warnings and 2: errors generated.
43:20: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
43 | const char *bin = basename(argv0);
| ^
tools/mountcomposefs.c:43:14: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
43 | const char *bin = basename(argv0);
|
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels