summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1772166
blob: 5b9a800cab361a9cd80d51ca8e80b8d85237ffb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Trying to compile qemu release 2.4.1

Getting compile error 

user-exec.c: In function ‘cpu_resume_from_signal’:
user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct ucontext’
         sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                     ^~
user-exec.c: In function ‘cpu_arm_signal_handler’:
user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’