From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9388 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:29:57 +0100 Message-ID: <20160225182956.GD29662@port70.net> References: <20160223033233.GM9349@brightrain.aerifal.cx> <20160225180150.GT9349@brightrain.aerifal.cx> <20160225182336.GC29662@port70.net> 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 1456425013 5436 80.91.229.3 (25 Feb 2016 18:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2016 18:30:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9401-gllmg-musl=m.gmane.org@lists.openwall.com Thu Feb 25 19:30:12 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 1aZ0fz-0007QU-HK for gllmg-musl@m.gmane.org; Thu, 25 Feb 2016 19:30:11 +0100 Original-Received: (qmail 21567 invoked by uid 550); 25 Feb 2016 18:30:09 -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 21542 invoked from network); 25 Feb 2016 18:30:09 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20160225182336.GC29662@port70.net> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9388 Archived-At: * Szabolcs Nagy [2016-02-25 19:23:36 +0100]: > * 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) oh, except mips does not use time_t in struct stat https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/mips/include/uapi/asm/stat.h#n89