mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
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:
@@ -41,8 +41,6 @@ ifeq ($(CONFIG_LIBCXXABI),y)
|
||||
include libcxxabi.defs
|
||||
endif
|
||||
|
||||
CXXSRCS += libxx_cxa_atexit.cxx
|
||||
|
||||
# Object Files
|
||||
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
|
||||
Reference in New Issue
Block a user