include/sys/syscall.h: Correct some typos.

This commit is contained in:
Pavel Pisa
2019-08-13 16:12:58 -06:00
committed by Gregory Nutt
parent eca3601697
commit fd237a87d1
+2 -2
View File
@@ -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