Skip to content

Commit

Permalink
Amend Changes for #10926
Browse files Browse the repository at this point in the history
(cherry picked from commit 0dc4924)
  • Loading branch information
dra27 committed Jun 13, 2022
1 parent 8663bc3 commit 023ba2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,8 @@ OCaml 4.14.0
WSADuplicateSocket on sockets instead of DuplicateHandle.
(Antonin Décimo, review by Xavier Leroy and Nicolás Ojeda Bär)

- #10926: Prefix all C functions in the Unix library with `unix_` except for the
venerable `uerror`.
(David Allsopp, review by Kate Deplaix and Xavier Leroy)
* #10926: Ensure all C functions in the Unix library are prefixed with `caml_`.
(David Allsopp, review by Kate Deplaix, Damien Doligez and Xavier Leroy)

- #10951: Introduce the Thread.Exit exception as an alternative way to
terminate threads prematurely. This alternative way will become
Expand Down

0 comments on commit 023ba2b

Please sign in to comment.