lsb

ucontext missing from signal.h

Bug #1327296 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lsb
In Progress
Medium
Unassigned
Mandriva
In Progress
Medium

Bug Description

The OCaml compiler fails to build because the REG_ enums are not defined in the
LSB headers.

My workaround is similar to the one for OpenJDK:
http://ftp.linuxfoundation.org/pub/lsb/lsb-openjdk/openjdk7-lsb-overrides/static/

I defined a signal.h that does this:
#include_next <signal.h>
#include <ucontext.h>
#include <lsb_ucontext.h>
#define sigev_notify_function _sigev_un._sigev_thread._function

lsb_ucontext.h is from the above openjdk patchset.
[reply] [-] Comment 1

Tags: sdk uplift zclose
Changed in mandriva:
importance: Unknown → Medium
status: Unknown → In Progress
Jeff Johnson (n3npq)
tags: added: zclose
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.