b991f30b82
OS functions in syscall.csv are ordered alphabetically. However, two recently added functions are not in the correct location. This PR simply corrects that ordering. The ordering of one entry was also corrected in libs/libc/libc.csv. Same issue. This change is only cosmetic. Verified only by CI
20 KiB
20 KiB
1 | __errno | errno.h | defined(CONFIG_BUILD_FLAT) | FAR int * |
---|---|---|---|---|
2 | abort | stdlib.h | void | |
3 | clock | time.h | clock_t | |
4 | getoptargp | unistd.h | FAR char ** | |
5 | getopterrp | unistd.h | FAR int * | |
6 | getoptindp | unistd.h | FAR int * | |
7 | getoptoptp | unistd.h | FAR int * | |
8 | pthread_yield | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | void |
9 | rand | stdlib.h | int |