mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.0.1544: recent glibc marks sigset() as a deprecated
Problem: Recent glibc marks sigset() as a deprecated.
Solution: Use sigaction() in mch_signal() if possible. (Ozaki Kiichi,
closes #12373)
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
# define SIGDUMMYARG
|
||||
#endif
|
||||
|
||||
typedef void (*sighandler_T) SIGPROTOARG;
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
# include <dirent.h>
|
||||
# ifndef NAMLEN
|
||||
|
||||
Reference in New Issue
Block a user