-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys/cdefs.h missing on musl #197
Comments
I took that line out:
This is the only error I see:
|
The |
ncopa
added a commit
to ncopa/efivar
that referenced
this issue
Jan 28, 2022
Use POSIX atexit(3) instead of the GNU specific on_exit(3). on_exit(3) does not provide any real value since the arguments passed needs to be globals anyway. Set oufile=NULL on success to prevent deletion from the atexit handler, which does not take a exit status argument. Resolves: rhboot#197 Resolves: rhboot#202 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Merged
ncopa
added a commit
to ncopa/efivar
that referenced
this issue
Jan 28, 2022
Refactor code to use POSIX atexit(3) instead of the GNU specific on_exit(3). Resolves: rhboot#197 Resolves: rhboot#202 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 62afa2a
#include <sys/cdefs.h>
was added tosrc/compiler.h
. This header is not included in musl libc.The text was updated successfully, but these errors were encountered: