commit | 8b75d50c245c097b3a2dc27359ace8c0fe2b4261 | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <prashanthsw@google.com> | Tue Jul 11 10:48:18 2023 -0700 |
committer | Prashanth Swaminathan <prashanthsw@google.com> | Tue Jul 11 18:46:24 2023 +0000 |
tree | 72c55076a08ae10b46ad843afbd185ee82b33fa0 | |
parent | 412aad6a4253a8e6702363eaeecb20ec9d2dedbd [diff] |
Add sys/cdefs and __REMOVED_IN define to looper.h The looper.h header introduced __REMOVED_IN, which requires the sys/cdefs.h header to provide definitions for the macro. Add them here and update files that include looper.h to not provide their own definitions of __REMOVED_IN. Further, update comments to clarify that the additional defines are in place to satisfy builds that use glibc or Windows/MacOS libcs. Bug: 14257980 Change-Id: Ia524b7e180c5137e84c205a77dc219b9e9e41608