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
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [263].