@@ -51,22 +51,22 @@ CAMLprim value caml_eio_windows_getrandom(value v_ba, value v_off, value v_len)
5151
5252CAMLprim value caml_eio_windows_readv (value v_fd , value v_bufs )
5353{
54- uerror ("Readv is not supported on windows yet" , Nothing );
54+ uerror ("readv is not supported on windows yet" , Nothing );
5555}
5656
5757CAMLprim value caml_eio_windows_preadv (value v_fd , value v_bufs , value v_offset )
5858{
59- uerror ("Preadv is not supported on windows yet" , Nothing );
59+ uerror ("preadv is not supported on windows yet" , Nothing );
6060}
6161
6262CAMLprim value caml_eio_windows_pwritev (value v_fd , value v_bufs , value v_offset )
6363{
64- uerror ("Pwritev is not supported on windows yet" , Nothing );
64+ uerror ("pwritev is not supported on windows yet" , Nothing );
6565}
6666
6767CAMLprim value caml_eio_windows_openat (value v_dirfd , value v_pathname , value v_flags , value v_mode )
6868{
69- uerror ("Readv is not supported on windows yet" , Nothing );
69+ uerror ("openat is not supported on windows yet" , Nothing );
7070}
7171
7272CAMLprim value caml_eio_windows_mkdirat (value v_fd , value v_path , value v_perm )
@@ -86,5 +86,5 @@ CAMLprim value caml_eio_windows_renameat(value v_old_fd, value v_old_path, value
8686
8787CAMLprim value caml_eio_windows_spawn (value v_errors , value v_actions )
8888{
89- uerror ("Processes are not supported on windows yet" , Nothing );
89+ uerror ("processes are not supported on windows yet" , Nothing );
9090}
0 commit comments