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

compiling with musl-libc as system libc fails to compile duelling-sanitizers shim #70

Open
jashank opened this issue Aug 9, 2021 · 0 comments

Comments

@jashank
Copy link
Collaborator

jashank commented Aug 9, 2021

% cat /etc/alpine-release
3.12.0
% dcc -o test test.c
<stdin>:324:10: error: cannot assign to variable 'stdout' with const-qualified type 'FILE *const' (aka 'struct _IO_FILE *const')
                stdout = get_cookie(stdout, "w");
                ~~~~~~ ^
/usr/include/stdio.h:61:20: note: variable 'stdout' declared const here
extern FILE *const stdout;
~~~~~~~~~~~~~~~~~~~^~~~~~
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

1 participant