RFC V3 [1/2] test-in-container

Florian Weimer fweimer@redhat.com
Tue Jun 26 12:28:00 GMT 2018


On 03/02/2018 12:05 AM, DJ Delorie wrote:
> diff --git a/support/links-dso-program-c.c b/support/links-dso-program-c.c
> new file mode 100644
> index 0000000000..c1f64fbbac
> --- /dev/null
> +++ b/support/links-dso-program-c.c
> @@ -0,0 +1,4 @@
> +int
> +main() {
> +  return 0;
> +}
> diff --git a/support/links-dso-program.cc b/support/links-dso-program.cc
> new file mode 100644
> index 0000000000..c1f64fbbac
> --- /dev/null
> +++ b/support/links-dso-program.cc
> @@ -0,0 +1,4 @@
> +int
> +main() {
> +  return 0;
> +}

Style: missing space before (), and the C version uses an old-style 
function definition.

Thanks,
Florian



More information about the Libc-alpha mailing list