X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-popen.c;h=c78c4b2cc3b0d0aaf6cad75be5245802521ff642;hb=5510d3df6c49b73ed41fd3243c276f96a3c3f9d4;hp=342e36304455104c5de721274f98787bbe8d5abb;hpb=9076085f888c8abc5c80ea344be0ad504a26cc0f;p=gnulib.git diff --git a/tests/test-popen.c b/tests/test-popen.c index 342e36304..c78c4b2cc 100644 --- a/tests/test-popen.c +++ b/tests/test-popen.c @@ -1,5 +1,5 @@ /* Test of opening a subcommand stream. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,4 +21,8 @@ /* Specification. */ #include +#include "signature.h" +SIGNATURE_CHECK (popen, FILE *, (char const *, char const *)); +SIGNATURE_CHECK (pclose, int, (FILE *)); + #include "test-popen.h"