File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1354,7 +1354,7 @@ opcode! {
1354
1354
// === 5.15 ===
1355
1355
1356
1356
opcode ! {
1357
- /// Make a directory, equivalent to `mkdirat2 (2)`.
1357
+ /// Make a directory, equivalent to `mkdirat (2)`.
1358
1358
pub struct MkDirAt {
1359
1359
dirfd: { impl sealed:: UseFd } ,
1360
1360
pathname: { * const libc:: c_char } ,
@@ -1377,7 +1377,7 @@ opcode! {
1377
1377
}
1378
1378
1379
1379
opcode ! {
1380
- /// Create a symlink, equivalent to `symlinkat2 (2)`.
1380
+ /// Create a symlink, equivalent to `symlinkat (2)`.
1381
1381
pub struct SymlinkAt {
1382
1382
newdirfd: { impl sealed:: UseFd } ,
1383
1383
target: { * const libc:: c_char } ,
@@ -1400,7 +1400,7 @@ opcode! {
1400
1400
}
1401
1401
1402
1402
opcode ! {
1403
- /// Create a hard link, equivalent to `linkat2 (2)`.
1403
+ /// Create a hard link, equivalent to `linkat (2)`.
1404
1404
pub struct LinkAt {
1405
1405
olddirfd: { impl sealed:: UseFd } ,
1406
1406
oldpath: { * const libc:: c_char } ,
You can’t perform that action at this time.
0 commit comments