1
0
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:
Bram Moolenaar 2019-04-28 18:40:03 +02:00
parent 45e18cbdc4
commit ab4cece605
2 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,7 @@
char *ptsname(int);
int unlockpt(int);
int grantpt(int);
int posix_openpt(int flags);
#endif
static void

View File

@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1229,
/**/
1228,
/**/