https://bugs.kde.org/show_bug.cgi?id=494246
Bug ID: 494246
Summary: syscall fsopen not wrapped
Classification: Developer tools
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Given the following program:
#include <stdio.h>
#include <sys/mount.h>
#include <unistd.h>
int main(void) {
int fsd = fsopen("ext4", FSOPEN_CLOEXEC);
printf("fsd: 0x%x\n", fsd);
return 0;
}
WARNING: unhandled amd64-linux syscall: 430
--
You are receiving this mail because:
You are watching all bug changes.