sched: Remove SCHED_ATEXIT / SCHED_ONEXIT

Remove the kernel side implementations altogether. These will be
replaced by user land implementations.
This commit is contained in:
Ville Juven
2022-05-06 14:40:37 +03:00
committed by Xiang Xiao
parent 622677d4a1
commit a54c3d13f9
11 changed files with 1 additions and 634 deletions
-2
View File
@@ -41,8 +41,6 @@ ifeq ($(CONFIG_LIBCXXABI),y)
include libcxxabi.defs
endif
CXXSRCS += libxx_cxa_atexit.cxx
# Object Files
AOBJS = $(ASRCS:.S=$(OBJEXT))