From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ley Foon Tan Subject: [PATCH 21/25] sh: Add 32 bit time_t and clock_t Date: Tue, 13 May 2014 17:06:30 +0800 Message-ID: <1399971990-4744-1-git-send-email-lftan@altera.com> References: <1399971456-3941-1-git-send-email-lftan@altera.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1399971456-3941-1-git-send-email-lftan@altera.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Ley Foon Tan , lftan.linux@gmail.com, cltang@codesourcery.com, linux-sh@vger.kernel.org List-Id: linux-arch.vger.kernel.org Override time_t and clock_t in include/uapi/asm-generic. Signed-off-by: Ley Foon Tan --- arch/sh/include/uapi/asm/posix_types_32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/sh/include/uapi/asm/posix_types_32.h b/arch/sh/include/uapi/asm/posix_types_32.h index ba0bdc4..cfc4331 100644 --- a/arch/sh/include/uapi/asm/posix_types_32.h +++ b/arch/sh/include/uapi/asm/posix_types_32.h @@ -17,6 +17,12 @@ typedef unsigned short __kernel_old_gid_t; typedef unsigned short __kernel_old_dev_t; #define __kernel_old_dev_t __kernel_old_dev_t +typedef long __kernel_time_t; +#define __kernel_time_t __kernel_time_t + +typedef long __kernel_clock_t; +#define __kernel_clock_t __kernel_clock_t + #include #endif /* __ASM_SH_POSIX_TYPES_32_H */ -- 1.8.2.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bn1bon0133.outbound.protection.outlook.com ([157.56.111.133]:49011 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932693AbaEMJGl (ORCPT ); Tue, 13 May 2014 05:06:41 -0400 From: Ley Foon Tan Subject: [PATCH 21/25] sh: Add 32 bit time_t and clock_t Date: Tue, 13 May 2014 17:06:30 +0800 Message-ID: <1399971990-4744-1-git-send-email-lftan@altera.com> In-Reply-To: <1399971456-3941-1-git-send-email-lftan@altera.com> References: <1399971456-3941-1-git-send-email-lftan@altera.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Ley Foon Tan , lftan.linux@gmail.com, cltang@codesourcery.com, linux-sh@vger.kernel.org Message-ID: <20140513090630.PEpqfz3JyshHO8ceN_M4CjyefBLDtoEFBHgoY1YT4Lc@z> Override time_t and clock_t in include/uapi/asm-generic. Signed-off-by: Ley Foon Tan --- arch/sh/include/uapi/asm/posix_types_32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/sh/include/uapi/asm/posix_types_32.h b/arch/sh/include/uapi/asm/posix_types_32.h index ba0bdc4..cfc4331 100644 --- a/arch/sh/include/uapi/asm/posix_types_32.h +++ b/arch/sh/include/uapi/asm/posix_types_32.h @@ -17,6 +17,12 @@ typedef unsigned short __kernel_old_gid_t; typedef unsigned short __kernel_old_dev_t; #define __kernel_old_dev_t __kernel_old_dev_t +typedef long __kernel_time_t; +#define __kernel_time_t __kernel_time_t + +typedef long __kernel_clock_t; +#define __kernel_clock_t __kernel_clock_t + #include #endif /* __ASM_SH_POSIX_TYPES_32_H */ -- 1.8.2.1