Commit 68ad935
committed
Auto merge of #3048 - lucab:ups/linux-open-tree-flags, r=JohnTitor
linux-like: add OPEN_TREE_CLONE and OPEN_TREE_CLOEXEC
This adds the `OPEN_TREE_CLONE` and `OPEN_TREE_CLOEXEC` constants on Linux and Android.
Those are used by the `open_tree()` syscall and defined in `mount.h`:
* https://github.com/torvalds/linux/blob/v6.1/include/uapi/linux/mount.h#L61-L65File tree
5 files changed
+16
-0
lines changed- libc-test
- semver
- src/unix/linux_like
- android
- linux
5 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1621 | 1621 | | |
1622 | 1622 | | |
1623 | 1623 | | |
| 1624 | + | |
1624 | 1625 | | |
1625 | 1626 | | |
1626 | 1627 | | |
| |||
3197 | 3198 | | |
3198 | 3199 | | |
3199 | 3200 | | |
| 3201 | + | |
| 3202 | + | |
3200 | 3203 | | |
3201 | 3204 | | |
3202 | 3205 | | |
| |||
3402 | 3405 | | |
3403 | 3406 | | |
3404 | 3407 | | |
| 3408 | + | |
3405 | 3409 | | |
3406 | 3410 | | |
3407 | 3411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1648 | 1648 | | |
1649 | 1649 | | |
1650 | 1650 | | |
| 1651 | + | |
| 1652 | + | |
1651 | 1653 | | |
1652 | 1654 | | |
1653 | 1655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1618 | 1618 | | |
1619 | 1619 | | |
1620 | 1620 | | |
| 1621 | + | |
| 1622 | + | |
1621 | 1623 | | |
1622 | 1624 | | |
1623 | 1625 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2121 | 2121 | | |
2122 | 2122 | | |
2123 | 2123 | | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
2124 | 2128 | | |
2125 | 2129 | | |
2126 | 2130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3142 | 3142 | | |
3143 | 3143 | | |
3144 | 3144 | | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
3145 | 3149 | | |
3146 | 3150 | | |
3147 | 3151 | | |
| |||
0 commit comments