ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.37 by root, Wed Sep 28 08:24:25 2022 UTC vs.
Revision 1.38 by root, Thu Dec 14 10:08:19 2023 UTC

4760 4760
4761#include <fcntl.h> 4761#include <fcntl.h>
4762#include <unistd.h> 4762#include <unistd.h>
4763int main (void) 4763int main (void)
4764{ 4764{
4765 char *const argv[] = { "foo", "bar", 0 };
4765 int res = fexecve (-1, "argv", 0); 4766 int res = fexecve (-1, argv, 0);
4766 return 0; 4767 return 0;
4767} 4768}
4768 4769
4769_ACEOF 4770_ACEOF
4770if ac_fn_c_try_link "$LINENO" 4771if ac_fn_c_try_link "$LINENO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines