[all-commits] [llvm/llvm-project] f0b930: [libc] Added const modifier to SigSetPtrType (#96252)
RoseZhang03 via All-commits
all-commits at lists.llvm.org
Fri Jun 21 10:43:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0b93096690ebc98017c05b58202fa5a3a84d7ea
https://github.com/llvm/llvm-project/commit/f0b93096690ebc98017c05b58202fa5a3a84d7ea
Author: RoseZhang03 <rosezhang at google.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M libc/spec/linux.td
Log Message:
-----------
[libc] Added const modifier to SigSetPtrType (#96252)
Function header files for epoll_pwait and epoll_pwait2 have const
modifier on
SigSetPtrType in function signature, but the linux.td file does not
reflect that.
.td file located in libc/spec/linux.td
epoll functions located in libc/src/sys/epoll
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list