[PATCH] Provide vm_page_t for RTEMS via <machine/_types.h>

Corinna Vinschen vinschen@redhat.com
Tue Oct 25 15:05:00 GMT 2016


On Oct 25 08:34, Sebastian Huber wrote:
> Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
> ---
>  newlib/libc/sys/rtems/include/machine/_types.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/newlib/libc/sys/rtems/include/machine/_types.h b/newlib/libc/sys/rtems/include/machine/_types.h
> index f003ce9..eaf162a 100644
> --- a/newlib/libc/sys/rtems/include/machine/_types.h
> +++ b/newlib/libc/sys/rtems/include/machine/_types.h
> @@ -39,6 +39,7 @@ typedef	__int64_t	__rlim_t;	/* resource limit - intentionally */
>  typedef	int		boolean_t;
>  typedef	struct device	*device_t;
>  typedef	char		vm_memattr_t;	/* memory attribute codes */
> +typedef	struct vm_page	*vm_page_t;
>  #endif /* _KERNEL */
>  
>  #endif /* _MACHINE__TYPES_H */
> -- 
> 1.8.4.5

Applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20161025/2f216e7f/attachment.sig>


More information about the Newlib mailing list