]> granicus.if.org Git - check/commit
libcompat: remove pipe() replacement
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:05:02 +0000 (03:05 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:05:02 +0000 (03:05 +0000)
commit0d8af4d93d840770e8f4bc0f758a8abdbaf8f08e
tree5c4aee0fe84548f8f9974f151fd5f2f4478550cc
parente1723e9d35768be032428f513499b7972a1f2d5f
libcompat: remove pipe() replacement

The pipe() call was only used in unit tests. As the ppack calls
now use only FILE APIs, pipe is unnecessary.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@966 64e312b2-a51f-0410-8e61-82d0ca0eb02a
CMakeLists.txt
configure.ac
lib/CMakeLists.txt
lib/libcompat.h
lib/pipe.c [deleted file]