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

struct cgc_siginfo build error #3

Open
fatalfeel opened this issue Feb 25, 2023 · 0 comments
Open

struct cgc_siginfo build error #3

fatalfeel opened this issue Feb 25, 2023 · 0 comments

Comments

@fatalfeel
Copy link

In file included from cgc64-x86-64.c:40:0:
hosts/x86-64linux.h:142:24: error: field ‘pr_info’ has incomplete type
struct cgc_siginfo pr_info; /* Info associated with signal. /
^
hosts/x86-64linux.h:160:24: error: field ‘pr_info’ has incomplete type
struct cgc_siginfo pr_info; /
Info associated with signal. /
^
hosts/x86-64linux.h:178:24: error: field ‘pr_info’ has incomplete type
struct cgc_siginfo pr_info; /
Info associated with signal. /
^
hosts/x86-64linux.h:206:20: error: ‘CGC_PRARGSZ’ undeclared here (not in a function)
char pr_psargs[CGC_PRARGSZ]; /
Initial part of arg list. */

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