Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| libc/src/unistd/linux/readlink.cpp | ||
|---|---|---|
| 26 | should this be #elif defined(SYS_readlinkat)? If not, should the line above be #if SYS_readlink?  | |
Comment Actions
Fix preprocessor conitionals.
| libc/src/unistd/linux/readlink.cpp | ||
|---|---|---|
| 26 | Uh, yes! If should be the former and I have fixed it now.  | |
should this be #elif defined(SYS_readlinkat)? If not, should the line above be #if SYS_readlink?