#define _GNU_SOURCE #include #include #include #include int main() { accept4(0, NULL, NULL, 0); // we just want to know if the symbol exists return 0; }