Changeset 319eab in git for Singular/cntrlc.cc
- Timestamp:
- Oct 24, 2013, 3:09:05 PM (10 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 64b9bf992f264ded468801493ed3f0c0b0d80082
- Parents:
- 4f27bf50e1488440ad6012cf7e75f9c2d1e00e76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/cntrlc.cc
r4f27bf r319eab 172 172 173 173 /*---------------------------------------------------------------------*/ 174 #if defined( ix86_Linux)174 #if defined(__linux__) && defined(__i386) 175 175 #if !defined(HAVE_SIGCONTEXT) && !defined(HAVE_ASM_SIGCONTEXT_H) 176 176 // we need the following structure sigcontext_struct. … … 207 207 #endif 208 208 209 #if defined( x86_64_Linux)209 #if defined(__linux__) && defined(__amd64) 210 210 #define HAVE_SIGSTRUCT 211 211 #endif
Note: See TracChangeset
for help on using the changeset viewer.