X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-popen.c;h=1c31fe1fe8e42ea6263a2d8eae17978d45fa521d;hb=b0b422614cc9fda29e9675dcc6f2a377b3d517a8;hp=342e36304455104c5de721274f98787bbe8d5abb;hpb=9076085f888c8abc5c80ea344be0ad504a26cc0f;p=gnulib.git diff --git a/tests/test-popen.c b/tests/test-popen.c index 342e36304..1c31fe1fe 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-2013 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"