Changeset 698762 in git
- Timestamp:
- Nov 11, 2013, 4:36:27 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- d2497273ecdf23a92b8b9adb5f75dc1897d2eec1
- Parents:
- 1e2299a5214eed43664f50818501d6d4f9b1d57c
- git-author:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-11-11 16:36:27+01:00
- git-committer:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-11-11 16:44:28+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/links/ssiLink.cc
r1e2299 r698762 1604 1604 1605 1605 /* check with select: chars waiting: no -> not ready */ 1606 #ifdef HAVE_SIMPLEIPC1607 sipc_semaphore_release(0);1608 #endif1609 1606 s = si_select(max_fd, &mask, NULL, NULL, wt_ptr); 1610 #ifdef HAVE_SIMPLEIPC1611 sipc_semaphore_acquire(0);1612 #endif1613 1614 1607 if (s==-1) 1615 1608 {
Note: See TracChangeset
for help on using the changeset viewer.