Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename creat to create. #199

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
$fd_allocate
;;; The right to invoke `path_create_directory`.
$path_create_directory
;;; If `path_open` is set, the right to invoke `path_open` with `oflags::creat`.
;;; If `path_open` is set, the right to invoke `path_open` with `oflags::create`.
$path_create_file
;;; The right to invoke `path_link` with the file descriptor as the
;;; source directory.
Expand Down Expand Up @@ -451,7 +451,7 @@
(typename $oflags
(flags u16
;;; Create file if it does not exist.
$creat
$create
;;; Fail if not a directory.
$directory
;;; Fail if file already exists.
Expand Down