Skip to content
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

on_exit is not portable #62

Closed
joerg-krause opened this issue Jan 20, 2019 · 1 comment
Closed

on_exit is not portable #62

joerg-krause opened this issue Jan 20, 2019 · 1 comment

Comments

@joerg-krause
Copy link
Contributor

Since commit 4a160b1 wavemon uses on_exit(), which is not portable and not available on the C libraries musl and uClibc. According to the Linux kernel man page : Portable application should avoid this function, and use the standard atexit(3) instead.

@grrtrr
Copy link
Contributor

grrtrr commented Jan 21, 2019

Thank you for keeping an eye on portability. Will fix this as soon as possible.

@grrtrr grrtrr closed this as completed in f6e20c9 Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants