Skip to content

Commit

Permalink
Update primitives.h
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Apr 4, 2024
1 parent 8b925b8 commit 8c13a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib_eio_linux/primitives.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
CAMLprim value caml_eio_eventfd(value);
CAMLprim value caml_eio_mkdirat(value, value, value);
CAMLprim value caml_eio_renameat(value, value, value, value);
CAMLprim value caml_eio_symlinkat(value, value, value);
CAMLprim value caml_eio_getrandom(value, value, value);
CAMLprim value caml_eio_getdents(value);
CAMLprim value caml_eio_clone3(value, value);
Expand Down
1 change: 1 addition & 0 deletions lib_eio_posix/primitives.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CAMLprim value caml_eio_posix_fdopendir(value);
CAMLprim value caml_eio_posix_mkdirat(value, value, value);
CAMLprim value caml_eio_posix_unlinkat(value, value, value);
CAMLprim value caml_eio_posix_renameat(value, value, value, value);
CAMLprim value caml_eio_posix_symlinkat(value, value, value);
CAMLprim value caml_eio_posix_make_stat(value);
CAMLprim value caml_eio_posix_fstatat(value, value, value, value);
CAMLprim value caml_eio_posix_fstat(value, value);
Expand Down

0 comments on commit 8c13a0d

Please sign in to comment.