When compiling Vim 8.1.89 on an Ubuntu Linux system, I get the
following warning.
os_unix.c: In function ‘mch_signal_job’:
os_unix.c:5851: warning: implicit declaration of function ‘getpgid’
I think that means that os_unixx.h should include something like
this:
#ifdef HAVE_GETPGID
# include <unistd.h>
#endif
but I'm not familiar enough with Vim's include strategy to know for
sure.
Regards,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.