jiridanek opened a new pull request, #1738: URL: https://github.com/apache/qpid-dispatch/pull/1738
Fixes compilation failures such as this one ``` /builddir/build/BUILD/qpid-dispatch-1.19.0/src/dispatch.c:412:26: error: implicit declaration of function ‘getpid’; did you mean ‘getpt’? [-Wimplicit-function-declaration] 412 | const pid_t my_pid = getpid(); | ^~~~~~ | getpt ``` from https://bugzilla.redhat.com/show_bug.cgi?id=2245601 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org