Tcl Source Code

View Ticket
Login
Ticket UUID: 2882561
Title: minor portability improvement for Haiku (gcc 2.95)
Type: Bug Version: obsolete: 8.4.19
Submitter: brlcad Created on: 2009-10-20 18:06:30
Subsystem: 52. Portability Support Assigned To: dkf
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2009-10-21 21:02:21
Resolution: Fixed Closed By: dkf
    Closed on: 2009-10-21 14:00:06
Description:
Attached is a minor patch that fixes a compilation error in 8.5.6 on Haiku OS.  There, SIGSEGV and SIGBUS are the same code (at least when compiling with the default gcc 2.95) resulting in a compilation error.  The attached patch applies a similar check that is done for other signals to see if they're the same.

Cheers!
Sean
User Comments: dkf added on 2009-10-21 21:00:06:

allow_comments - 1

dkf added on 2009-10-21 21:00:05:

data_type - 110894

Fixed in HEAD and 8.5 and 8.4 branches.

brlcad added on 2009-10-21 01:06:31:

File Added - 347455: haiku.patch

Attachments: