Opened 15 years ago

Closed 15 years ago

#181 closed defect (fixed)

Compile problem on cygwin

Reported by: rainer Owned by: rainer
Priority: major Milestone: 2.6.1
Component: main Version:
Keywords: Cc:

Description

In src/sh_unix.c, function sh_unix_count_mlock(), unconditional reference is made to mutex_mlock, which does not exist if mlock() is not supported. Compiling will fail with:

x_sh_unix.c: In function `sh_unix_count_mlock':
x_sh_unix.c:4863: error: `mutex_mlock' undeclared (first use in this function)
x_sh_unix.c:4863: error: (Each undeclared identifier is reported only once
x_sh_unix.c:4863: error: for each function it appears in.)

This has been reported by Remco Landegge

Change History (1)

comment:1 by rainer, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [263].

Note: See TracTickets for help on using tickets.