https://bugs.kde.org/show_bug.cgi?id=390269
--- Comment #2 from Chris Wilson <[email protected]> --- Yes, it was mkstemp. This example: int main(int argc, char** argv) { char buffer[] = "boxbackup.recombinetemp.1.XXXXXX"; if(mkstemp(buffer) < 0) { perror("mkstemp"); } return 0; } Outputs: --7593-- WARNING: unhandled amd64-darwin syscall: unix:464 --7593-- You may be able to write your own handler. --7593-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --7593-- Nevertheless we consider this a bug. Please report --7593-- it at http://valgrind.org/support/bug_reports.html. mkstemp: Function not implemented -- You are receiving this mail because: You are watching all bug changes.
