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] x86: Add 32 bit vDSO time function support


Am Freitag, den 14.03.2014, 02:49 -0400 schrieb Mike Frysinger:
> On Tue 04 Mar 2014 18:06:58 Stefani Seibold wrote:
> 
> unfortunate procedure note: do you have FSF copyright papers in place for the 
> glibc project ?
> 

I send a request for past and future changes to assign@gnu.org but i did
not get any responce.

> > --- /dev/null
> > +++ b/sysdeps/unix/sysv/linux/i386/clock_gettime.c
> > @@ -0,0 +1,20 @@
> > +#include "bits/libc-vdso.h"
> 
> this file needs a proper comment block at the top like the other files
> 

Sorry, i copied and modified this file from x86-64, but i will do this.

> > --- /dev/null
> > +++ b/sysdeps/unix/sysv/linux/i386/timespec_get.c
> > @@ -0,0 +1,10 @@
> > +#include "bits/libc-vdso.h"
> 

Same here.

- Stefani



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