From: Ley Foon Tan <lftan@altera.com>
To: <linux-arch@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: Ley Foon Tan <lftan@altera.com>, <lftan.linux@gmail.com>,
<cltang@codesourcery.com>,
"James E.J. Bottomley" <jejb@parisc-linux.org>,
Helge Deller <deller@gmx.de>, <linux-parisc@vger.kernel.org>
Subject: [PATCH 17/25] parisc: Add 32 bit time_t and clock_t
Date: Tue, 13 May 2014 17:06:06 +0800 [thread overview]
Message-ID: <1399971966-4598-1-git-send-email-lftan@altera.com> (raw)
In-Reply-To: <1399971456-3941-1-git-send-email-lftan@altera.com>
Override time_t and clock_t in include/uapi/asm-generic.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
---
arch/parisc/include/uapi/asm/posix_types.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/parisc/include/uapi/asm/posix_types.h b/arch/parisc/include/uapi/asm/posix_types.h
index b934425..21fcf1c 100644
--- a/arch/parisc/include/uapi/asm/posix_types.h
+++ b/arch/parisc/include/uapi/asm/posix_types.h
@@ -19,6 +19,14 @@ typedef int __kernel_suseconds_t;
typedef long long __kernel_off64_t;
typedef unsigned long long __kernel_ino64_t;
+#ifndef CONFIG_64BIT
+typedef long __kernel_time_t;
+#define __kernel_time_t __kernel_time_t
+
+typedef long __kernel_clock_t;
+#define __kernel_clock_t __kernel_clock_t
+#endif
+
#include <asm-generic/posix_types.h>
#endif
--
1.8.2.1
next parent reply other threads:[~2014-05-13 9:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1399971456-3941-1-git-send-email-lftan@altera.com>
2014-05-13 9:06 ` Ley Foon Tan [this message]
2014-05-13 20:17 ` [PATCH 17/25] parisc: Add 32 bit time_t and clock_t Helge Deller
2014-05-14 1:57 ` Ley Foon Tan
2014-05-15 0:34 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1399971966-4598-1-git-send-email-lftan@altera.com \
--to=lftan@altera.com \
--cc=cltang@codesourcery.com \
--cc=deller@gmx.de \
--cc=jejb@parisc-linux.org \
--cc=lftan.linux@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox