Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation errors in build for Oracle Solaris OS (jbeder#1133)
On Oracle Solaris the following statement is declared in file /usr/include/sys/regset.h: #define SS 18 /* only stored on a privilege transition */ Because of this template type name SS is substituted by numeric literal, which results in a compilation error: error: expected nested-name-specifier before numeric constant Fixed by renaming template type names. Co-authored-by: Roman Degtyar <[email protected]>
- Loading branch information