This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] Add <stdatomic.h> from FreeBSD


The ChangeLog entry for this is missing sys/ in the path.  That is, 
libc/include/cdefs.h should be libc/include/sys/cdefs.h
 
And as long as I'm writing about ChangeLog,
 
2013-05-28  Richard Earnshaw  <rearnsha@arm.com>

        * libc/macine/arm/strcpy.S: ...

should be libc/machine/arm/strcpy.S
 
Craig

-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Corinna Vinschen
Sent: Friday, June 07, 2013 5:15 AM
To: newlib@sourceware.org
Subject: Re: [PATCH] Add <stdatomic.h> from FreeBSD

On Jun  6 13:48, Sebastian Huber wrote:
> Source of origin:
> 
>
http://svnweb.freebsd.org/base/head/include/stdatomic.h?revision=234958&;
view=co&pathrev=234958
> 
> The <stdint.h> integer types XXX_t are used instead of the FreeBSD
> specific __XXX_t versions.
> 
> newlib/ChangeLog
> 2013-06-06  Sebastian Huber <...>
> 
> 	* libc/include/cdefs.h (__has_extension): New define.
> 	(__has_feature): Likewise.
> 	(__has_include): Likewise.
> 	(__has_builtin): Likewise.
> 	* libc/include/stdatomic.h: New.

Patch applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


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