Show
Ignore:
Timestamp:
08/06/08 18:11:58 (4 years ago)
Author:
mwhitworth
Message:

Revert changes to mem.c for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/libc/stdlib/mem.c

    r835 r836  
    435435 
    436436/* Whitix specific defines here */ 
    437 #define HAVE_MMAP 1 /* Use soon */ 
     437#define HAVE_MMAP 0 /* Use soon */ 
    438438#define HAVE_MREMAP     0 
    439 #define HAVE_MORECORE 0 
     439#define HAVE_MORECORE 1 
     440#define MORECORE        SysMoreCore 
    440441#define LACKS_UNISTD_H 
    441442#define LACKS_SYS_PARAM_H 
     
    444445#define LACKS_SYS_TYPES_H 
    445446#define LACKS_ERRNO_H 
    446 #define USE_LOCKS 0 
     447#define USE_LOCKS 1 
    447448#define MALLOC_FAILURE_ACTION 
    448449