Changeset ed8b809 for README


Ignore:
Timestamp:
06/02/15 18:53:15 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
4c51931
Parents:
6444e03
git-author:
Hal Finkel <hfinkel@…> (06/02/15 18:53:15)
git-committer:
Hal Finkel <hfinkel@…> (06/02/15 18:53:15)
Message:

fixup the wrapping of mmap, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r192a260 red8b809  
    1818For statically-linked applications, add the following to your linker flags: 
    1919 
    20   -Wl,--wrap,malloc,--wrap,free,--wrap,realloc,--wrap,calloc,--wrap,memalign \ 
     20  -Wl,--wrap,malloc,--wrap,valloc,--wrap,realloc,--wrap,calloc,--wrap,memalign,--wrap,free \ 
     21    -Wl,--wrap,posix_memalign,--wrap,mmap,--wrap,mmap64,--wrap,munmap \ 
    2122    /path/to/memlog/memlog_s.o -lpthread -ldl 
    2223 
Note: See TracChangeset for help on using the changeset viewer.