build: use the ptsname_r gnulib module

virt-p2v uses ptsname_r, which is not portable but implemented by
gnulib.
This commit is contained in:
Pino Toscano
2014-10-16 09:28:33 +02:00
parent fd70cdc3c5
commit 65f830b84c
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ openat
perror
pipe2
pread
ptsname_r
read-file
readlink
select

3
m4/.gitignore vendored
View File

@@ -271,3 +271,6 @@
/xstrtol.m4
/xvasprintf.m4
/yield.m4
/isatty.m4
/ptsname_r.m4
/ttyname_r.m4