Changeset 222495 in webkit for trunk/Source/JavaScriptCore/runtime/MachineContext.h
- Timestamp:
- Sep 26, 2017, 12:07:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/MachineContext.h
r218080 r222495 147 147 #endif 148 148 149 #elif defined(__GLIBC__) 149 #elif defined(__GLIBC__) || defined(__BIONIC__) 150 150 151 151 #if CPU(X86) … … 252 252 #endif 253 253 254 #elif defined(__GLIBC__) 254 #elif defined(__GLIBC__) || defined(__BIONIC__) 255 255 256 256 // The following sequence depends on glibc's sys/ucontext.h. … … 355 355 #endif 356 356 357 #elif defined(__GLIBC__) 357 #elif defined(__GLIBC__) || defined(__BIONIC__) 358 358 359 359 // The following sequence depends on glibc's sys/ucontext.h. … … 467 467 #endif 468 468 469 #elif defined(__GLIBC__) 469 #elif defined(__GLIBC__) || defined(__BIONIC__) 470 470 471 471 // The following sequence depends on glibc's sys/ucontext.h. … … 584 584 #endif 585 585 586 #elif defined(__GLIBC__) 586 #elif defined(__GLIBC__) || defined(__BIONIC__) 587 587 588 588 // The following sequence depends on glibc's sys/ucontext.h.
Note:
See TracChangeset
for help on using the changeset viewer.