#include <fcntl.h>
int const foo = F_OWNER_PGRP;
int main(void) { return 0; }
