Mon Oct 27 2025 Thirumalai Nagalingam <[email protected]> wrote:
> * This patch fixes function declarations in shmtest.c by converting > definitions to > -int > -main(argc, argv) > - int argc; > - char *argv[]; > +int main(int argc, char **argv) Why not use -std=gnu89? Regards, Evgeny
