2013-05-16 22:34 UTC+0200 Tamas TEVESZ (ice extreme.hu)
* contrib/3rd/sqlite3/sqlite3.hbp
* Disable on Minix (no MAP_SHARED which is needed by SQLite WAL);
(Hopefully a temporary measure.)
* src/rtl/filesys.c
! Disable hb_fsPipeUnblock() on Minix;
makes hb_processRun() work. Thanks to Przemek for the idea.
This commit is contained in:
@@ -857,7 +857,7 @@ HB_BOOL hb_fsPipeUnblock( HB_FHANDLE hPipeHandle )
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "hb_fsPipeUnblock(%p)", ( void * ) ( HB_PTRDIFF ) hPipeHandle ) );
|
||||
|
||||
#if defined( HB_OS_UNIX )
|
||||
#if defined( HB_OS_UNIX ) && ! defined( HB_OS_MINIX )
|
||||
{
|
||||
int ret = fcntl( hPipeHandle, F_GETFL, 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user