mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +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:
@@ -116,14 +116,6 @@ SYSCALL_LOOKUP(up_assert, 2)
|
||||
SYSCALL_LOOKUP(vfork, 0)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SCHED_ATEXIT
|
||||
SYSCALL_LOOKUP(atexit, 1)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SCHED_ONEXIT
|
||||
SYSCALL_LOOKUP(on_exit, 2)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SCHED_WAITPID
|
||||
SYSCALL_LOOKUP(waitpid, 3)
|
||||
#ifdef CONFIG_SCHED_HAVE_PARENT
|
||||
|
||||
Reference in New Issue
Block a user