File tree Expand file tree Collapse file tree 3 files changed +0
-71
lines changed Expand file tree Collapse file tree 3 files changed +0
-71
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ hostprogs := $(munge)
140
140
141
141
c-obj-vdso := note.o
142
142
c-obj-vdso-gettimeofday := vgettimeofday.o
143
- asm-obj-vdso := sigreturn.o
144
143
145
144
ifneq ($(c-gettimeofday-y ) ,)
146
145
VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -64,19 +64,7 @@ VERSION
64
64
__vdso_clock_gettime;
65
65
__vdso_gettimeofday;
66
66
__vdso_clock_getres;
67
- __kernel_sigreturn_arm;
68
- __kernel_sigreturn_thumb;
69
- __kernel_rt_sigreturn_arm;
70
- __kernel_rt_sigreturn_thumb;
71
67
__vdso_clock_gettime64;
72
68
local: *;
73
69
};
74
70
}
75
-
76
- /*
77
- * Make the sigreturn code visible to the kernel.
78
- */
79
- VDSO_compat_sigreturn_arm = __kernel_sigreturn_arm;
80
- VDSO_compat_sigreturn_thumb = __kernel_sigreturn_thumb;
81
- VDSO_compat_rt_sigreturn_arm = __kernel_rt_sigreturn_arm;
82
- VDSO_compat_rt_sigreturn_thumb = __kernel_rt_sigreturn_thumb;
You can’t perform that action at this time.
0 commit comments