Skip to content

Commit 8e81aa4

Browse files
authored
Sort the POSIX symbols in the CHANGELOG.md (#7837)
Issue: 443778792
1 parent 8edfcd8 commit 8e81aa4

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

starboard/CHANGELOG.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,29 @@ Starboard 17 fully switches to POSIX APIs.
1414
The functionality is migrated to use `getauxval` instead.
1515

1616
### Added the following POSIX symbols:
17+
* `access`
1718
* `aligned_alloc`
18-
* `fdatasync`
19+
* `chmod`
20+
* `clock_nanosleep`
1921
* `dup`
2022
* `dup2`
2123
* `epoll_create`
2224
* `epoll_create1`
2325
* `epoll_ctl`
2426
* `epoll_wait`
27+
* `eventfd`
28+
* `fchmod`
29+
* `fchown`
30+
* `fdatasync`
31+
* `fdopendir`
32+
* `gai_strerror`
33+
* `getauxval`
2534
* `getcwd`
35+
* `geteuid`
2636
* `getpeername`
37+
* `getpid`
38+
* `getpriority`
39+
* `getrlimit`
2740
* `getsockopt`
2841
* `isatty`
2942
* `kill`
@@ -35,39 +48,12 @@ The functionality is migrated to use `getauxval` instead.
3548
* `mkdtemp`
3649
* `mkostemp`
3750
* `mkstemp`
51+
* `pathconf`
3852
* `pause`
3953
* `pipe`
40-
* `pread`
41-
* `pwrite`
42-
* `raise`
43-
* `rand`
44-
* `rand_r`
45-
* `readlink`
46-
* `recvmsg`
47-
* `rename`
48-
* `sched_get_priority_max`
49-
* `sched_get_priority_min`
50-
* `select`
51-
* `signal`
52-
* `srand`
53-
* `symlink`
54-
* `recvmmsg`
55-
* `access`
56-
* `chmod`
57-
* `clock_nanosleep`
58-
* `eventfd`
59-
* `fchmod`
60-
* `fchown`
61-
* `fdopendir`
62-
* `gai_strerror`
63-
* `getauxval`
64-
* `geteuid`
65-
* `getpid`
66-
* `getpriority`
67-
* `getrlimit`
68-
* `pathconf`
6954
* `pipe2`
7055
* `poll`
56+
* `pread`
7157
* `pthread_attr_getschedpolicy`
7258
* `pthread_attr_getscope`
7359
* `pthread_attr_getstack`
@@ -92,9 +78,20 @@ The functionality is migrated to use `getauxval` instead.
9278
* `pthread_rwlock_wrlock`
9379
* `pthread_setschedparam`
9480
* `pthread_sigmask`
81+
* `pwrite`
82+
* `raise`
83+
* `rand`
84+
* `rand_r`
9585
* `readdir`
86+
* `readlink`
9687
* `realpath`
88+
* `recvmmsg`
89+
* `recvmsg`
90+
* `rename`
9791
* `sched_getaffinity`
92+
* `sched_get_priority_max`
93+
* `sched_get_priority_min`
94+
* `select`
9895
* `sem_destroy`
9996
* `sem_init`
10097
* `sem_post`
@@ -104,8 +101,11 @@ The functionality is migrated to use `getauxval` instead.
104101
* `setpriority`
105102
* `shutdown`
106103
* `sigaction`
104+
* `signal`
107105
* `socketpair`
106+
* `srand`
108107
* `statvfs`
108+
* `symlink`
109109
* `sysconf`
110110
* `uname`
111111
* `utimensat`

0 commit comments

Comments
 (0)