Fix upper- vs. lower-case typo.

This commit is contained in:
Gregory Nutt 2016-12-10 07:15:33 -06:00
parent 1b2135a90a
commit 18ce5496e4

View File

@ -401,7 +401,7 @@
# define SYS_pthread_mutex_unlock (__SYS_pthread+21)
# define SYS_pthread_once (__SYS_pthread+22)
# define SYS_pthread_setcancelstate (__SYS_pthread+23)
# define SYS_Pthread_setcanceltype (__SYS_pthread+24)
# define SYS_pthread_setcanceltype (__SYS_pthread+24)
# define SYS_pthread_setschedparam (__SYS_pthread+25)
# define SYS_pthread_setschedprio (__SYS_pthread+26)
# define SYS_pthread_setspecific (__SYS_pthread+27)