OFP: temporary ANON mmap() rewrite
This commit is contained in:
@@ -1073,7 +1073,6 @@ out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
/* NOTE: per-process data is refcounted.
|
||||
* For every get call the user should call put. */
|
||||
struct mcctrl_per_proc_data *mcctrl_get_per_proc_data(
|
||||
|
||||
@@ -3522,6 +3522,7 @@ int main_loop(struct thread_data_s *my_thread)
|
||||
|
||||
if (ioctl(fd, MCEXEC_UP_TRANSFER, &trans) != 0) {
|
||||
fprintf(stderr, "__NR_gettid(): error transfering TIDs\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
free(tids);
|
||||
|
||||
Reference in New Issue
Block a user