forked from aniani/vim
patch 8.1.1229: warning for posix_openpt() not declared
Problem: Warning for posix_openpt() not declared. (Tony Mechelynck) Solution: Add declaration.
This commit is contained in:
parent
45e18cbdc4
commit
ab4cece605
@ -141,6 +141,7 @@
|
|||||||
char *ptsname(int);
|
char *ptsname(int);
|
||||||
int unlockpt(int);
|
int unlockpt(int);
|
||||||
int grantpt(int);
|
int grantpt(int);
|
||||||
|
int posix_openpt(int flags);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -767,6 +767,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1229,
|
||||||
/**/
|
/**/
|
||||||
1228,
|
1228,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user