Commit 097dcda
Don't use CLOCK_UPTIME_RAW if it won't be defined (#16951)
This will fix #15957 by not trying to use CLOCK_UPTIME_RAW if the feature test macros are not currently set to make it available.
Since the build system is in charge of the feature test macros, and since this header might be included under any end user program's build system, we can't just #define the macros we would like.
Closes #16951
COPYBARA_INTEGRATE_REVIEW=#16951 from adamnovak:patch-1 cebf44e
PiperOrigin-RevId: 6962516191 parent f836d10 commit 097dcda
File tree
2 files changed
+5
-20
lines changed- csharp/src/Google.Protobuf/Reflection
- src/google/protobuf
2 files changed
+5
-20
lines changedLines changed: 0 additions & 17 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
728 | 729 | | |
729 | 730 | | |
730 | 731 | | |
731 | | - | |
| 732 | + | |
| 733 | + | |
732 | 734 | | |
733 | | - | |
| 735 | + | |
734 | 736 | | |
735 | 737 | | |
736 | 738 | | |
| |||
0 commit comments