| 10 | | You could try not to link against libflock.so, but keep the macro |
| 11 | | definitions in place, and define the flock_*() functions (in beos.c) to |
| 12 | | call the close()/dup2() directly. Then you'd at least learn, if the macro |
| 13 | | definitions screw things up.'' |
| | 10 | ''You could try not to link against libflock.so, but keep the macro |
| | 11 | definitions in place, and define the flock_*() functions (in beos.c) to call the close()/dup2() directly. Then you'd at least learn, if the macro definitions screw things up.'' |