Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/stdio/linux/remove.cpp | ||
---|---|---|
24 | In the implementation of linux/unlinkat, SYS_unlinkat is guarded: https://github.com/llvm/llvm-project/blob/main/libc/src/unistd/linux/unlinkat.cpp#L21 |
libc/src/stdio/linux/remove.cpp | ||
---|---|---|
24 | I think that example is being a bit too pedantic. We can remove it - if SYS_unlinkat is missing, there will be a compile failure providing equivalent information. |
In the implementation of linux/unlinkat, SYS_unlinkat is guarded: https://github.com/llvm/llvm-project/blob/main/libc/src/unistd/linux/unlinkat.cpp#L21
Do you need the same guard here?