Ticket #2064: adding-mmap-munmap-libmicro-tests.diff
File adding-mmap-munmap-libmicro-tests.diff, 673 bytes (added by , 17 years ago) |
---|
-
src/tests/system/benchmarks/libMicro/Jamfile
200 200 : libelided.a libroot.so ; 201 201 202 202 # atm unsupported 203 BinCommand mmap : 204 : libelided.a libroot.so ; 203 BinCommand mmap : 204 mmap.c 205 : libmicro.a libroot.so ; 205 206 206 207 # atm unsupported 207 208 BinCommand msync : 208 209 : libelided.a libroot.so ; 209 210 210 211 # atm unsupported 211 BinCommand munmap : 212 : libelided.a libroot.so ; 212 BinCommand munmap : 213 munmap.c 214 : libmicro.a libroot.so ; 213 215 214 216 # atm unsupported 215 217 BinCommand mutex :