We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba8a78 commit 9ef53b3Copy full SHA for 9ef53b3
3 files changed
src/patch/asm.h
@@ -172,4 +172,3 @@
172
#else
173
# error "__ulp_builtin_write() or __ulp_builtin_write_hello() is not support on this architecture"
174
#endif
175
-
src/patch/meta.h
@@ -130,4 +130,3 @@ struct ulpatch_info {
130
131
char pad[4];
132
} __attribute__((packed));
133
src/patch/patch.c
@@ -1089,4 +1089,3 @@ int delete_patch(struct task_struct *task)
1089
task_detach(task->pid);
1090
return err;
1091
}
1092
0 commit comments