Changeset 275670 in webkit for trunk/Source/JavaScriptCore/runtime/MachineContext.h
- Timestamp:
- Apr 8, 2021, 12:05:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/MachineContext.h
r268247 r275670 197 197 #endif 198 198 199 #elif OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)199 #elif OS(FUCHSIA) || OS(LINUX) 200 200 201 201 #if CPU(X86) … … 348 348 #endif 349 349 350 #elif OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)350 #elif OS(FUCHSIA) || OS(LINUX) 351 351 352 352 // The following sequence depends on glibc's sys/ucontext.h. … … 499 499 #endif 500 500 501 #elif OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)501 #elif OS(FUCHSIA) || OS(LINUX) 502 502 503 503 // The following sequence depends on glibc's sys/ucontext.h. … … 657 657 #endif 658 658 659 #elif OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)659 #elif OS(FUCHSIA) || OS(LINUX) 660 660 661 661 // The following sequence depends on glibc's sys/ucontext.h. … … 774 774 #endif 775 775 776 #elif OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)776 #elif OS(FUCHSIA) || OS(LINUX) 777 777 778 778 // The following sequence depends on glibc's sys/ucontext.h.
Note:
See TracChangeset
for help on using the changeset viewer.