This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] ARM: VDSO support


On Tue, 2 Jun 2015, Nathan Lynch wrote:

> diff --git a/sysdeps/unix/sysv/linux/arm/init-first.c b/sysdeps/unix/sysv/linux/arm/init-first.c
> new file mode 100644
> index 000000000000..981d0aed058f
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/arm/init-first.c
> @@ -0,0 +1,43 @@
> +/* Copyright (C) 2015 Free Software Foundation, Inc.

The first line of any new file should have a short description of the 
file, with the copyright notice following as the second line.

> diff --git a/sysdeps/unix/sysv/linux/arm/libc-vdso.h b/sysdeps/unix/sysv/linux/arm/libc-vdso.h
> new file mode 100644
> index 000000000000..2ebcc62cd284
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/arm/libc-vdso.h
> @@ -0,0 +1,32 @@
> +/* Copyright (C) 2015 Free Software Foundation, Inc.

Likewise.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]