regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / freebsd / bug498317.c
blob36a1a5a1365e5cac7982652ac18f99ed748e4479
1 #include <fcntl.h>
3 int main(void) {
4 fcntl(-1, F_GETFD);
5 return 0;