mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -77,6 +77,7 @@ openat
|
||||
perror
|
||||
pipe2
|
||||
pread
|
||||
ptsname_r
|
||||
read-file
|
||||
readlink
|
||||
select
|
||||
|
||||
3
m4/.gitignore
vendored
3
m4/.gitignore
vendored
@@ -271,3 +271,6 @@
|
||||
/xstrtol.m4
|
||||
/xvasprintf.m4
|
||||
/yield.m4
|
||||
/isatty.m4
|
||||
/ptsname_r.m4
|
||||
/ttyname_r.m4
|
||||
|
||||
Reference in New Issue
Block a user