Commit 72fba0e
committed
Auto merge of #3043 - lucab:ups/linux-at-recursive, r=JohnTitor
linux-like: add AT_RECURSIVE constant
This adds the `AT_RECURSIVE` constant on Linux and Android.
It is defined as part of the kernel uapi in `fcntl.h`:
* https://github.com/torvalds/linux/blob/v6.1/include/uapi/linux/fcntl.h#L112File tree
3 files changed
+3
-0
lines changed- libc-test/semver
- src/unix/linux_like
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
| 1204 | + | |
1204 | 1205 | | |
1205 | 1206 | | |
1206 | 1207 | | |
| |||
0 commit comments