Changes between Initial Version and Version 1 of Ticket #2708, comment 13
- Timestamp:
- 04/04/16 13:31:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2708, comment 13
initial v1 3 3 > Can we modify fix.sed, to not only fix the import but also substitute the line: 4 4 5 Matching the specific line would only work for glibc, and would break if the definition of __sigset_t ever changed in any way.5 Matching the specific line would only work for glibc, and would break if the definition of !__sigset_t ever changed in any way. 6 6 7 7 None of the other solutions are hard to implement; we just need to choose one.