Changeset 3937ab in git for Singular/mpsr_sl.cc


Ignore:
Timestamp:
Feb 26, 2011, 1:04:56 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0dc3de36e49849c906bfedf4c8d4ebf9a5e9a532
Parents:
ec92f3bb0df03cbee5e7f48c9e22c1f12f13ea31
Message:
conditional compile: HAVE_FANS

git-svn-id: file:///usr/local/Singular/svn/trunk@13900 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_sl.cc

    rec92f3 r3937ab  
    412412#ifdef HPUX_9
    413413  signal(SIGCHLD, (void (*)(int))SIG_DFL);
    414 #endif 
     414#endif
    415415  if ((strcmp(l->mode, "launch") == 0 || strcmp(l->mode, "fork") == 0) &&
    416416      (MP_GetLinkStatus((MP_Link_pt)l->data,MP_LinkReadyWriting) == MP_TRUE))
     
    422422#ifdef HPUX_9
    423423  signal(SIGCHLD, (void (*)(int))SIG_IGN);
    424 #endif 
     424#endif
    425425  SI_LINK_SET_CLOSE_P(l);
    426426  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.