From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9386 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: mips n64 porting review Date: Thu, 25 Feb 2016 19:23:36 +0100 Message-ID: <20160225182336.GC29662@port70.net> References: <20160223033233.GM9349@brightrain.aerifal.cx> <20160225180150.GT9349@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1456424636 30429 80.91.229.3 (25 Feb 2016 18:23:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2016 18:23:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9399-gllmg-musl=m.gmane.org@lists.openwall.com Thu Feb 25 19:23:54 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aZ0Zq-0002mg-8h for gllmg-musl@m.gmane.org; Thu, 25 Feb 2016 19:23:50 +0100 Original-Received: (qmail 15567 invoked by uid 550); 25 Feb 2016 18:23:48 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 15541 invoked from network); 25 Feb 2016 18:23:48 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20160225180150.GT9349@brightrain.aerifal.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9386 Archived-At: * dalias@libc.org [2016-02-25 13:01:50 -0500]: > On Thu, Feb 25, 2016 at 12:05:33PM +0000, Jaydeep Patil wrote: > > and all st_*tim members are of 16 bytes > > Uhg. Does mips64 actually use a 32-bit time_t? If so I think with i think time_t is always __kernel_long_t in linux uapi. (which is surely 64bit on mips64)