mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
include/sys/syscall.h: Correct some typos.
This commit is contained in:
@@ -475,8 +475,8 @@
|
||||
# define __SYS_pthread_cleanup (__SYS_pthread_signals + 3)
|
||||
|
||||
# ifdef CONFIG_PTHREAD_CLEANUP
|
||||
# define __SYS_pthread_cleanup_push (__SYS_pthread_cleanup + 0)
|
||||
# define __SYS_pthread_cleanup_pop (__SYS_pthread_cleanup + 1)
|
||||
# define SYS_pthread_cleanup_push (__SYS_pthread_cleanup + 0)
|
||||
# define SYS_pthread_cleanup_pop (__SYS_pthread_cleanup + 1)
|
||||
# define __SYS_mqueue (__SYS_pthread_cleanup + 2)
|
||||
# else
|
||||
# define __SYS_mqueue __SYS_pthread_cleanup
|
||||
|
||||
Reference in New Issue
Block a user