]> sourceware.org Git - valgrind.git/commit
Use pipe in vgdb if system doesn't have pipe2
authorMark Wielaard <mark@klomp.org>
Sun, 16 Apr 2023 11:15:03 +0000 (13:15 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 16 Apr 2023 11:18:00 +0000 (13:18 +0200)
commit932332e660a458e51068937130d557fb4acc6630
tree9afcd0ab94f093f18a8cdbfa89db397808d29631
parent03d9229f0bdb28cf35e3bfc98010952594b091cd
Use pipe in vgdb if system doesn't have pipe2

Add a configure check for pipe2. If it isn't available use pipe
and fcntl F_SETFD FD_CLOEXEC in vgdb.c.

https://bugs.kde.org/show_bug.cgi?id=468556
NEWS
configure.ac
coregrind/vgdb.c
This page took 0.033234 seconds and 5 git commands to generate.