This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] add SPU support for mkstemp and mktemp
- From: Patrick Mansfield <patmans at us dot ibm dot com>
- To: newlib at sourceware dot org
- Date: Thu, 7 Jun 2007 09:52:59 -0700
- Subject: Re: [PATCH] add SPU support for mkstemp and mktemp
- References: <20070607163353.GA12757@us.ibm.com>
On Thu, Jun 07, 2007 at 09:33:53AM -0700, Patrick Mansfield wrote:
> Add SPU support for mkstemp and mktemp by copying the libc/stdio/mktemp.c
> to libc/machine/spu.
>
> Is there a better method?
>
> 2007-06-07 Patrick Mansfield <patmans@us.ibm.com>
>
> * libc/machine/spu/Makefile.am: Add mktemp.c, also cleanup and
> alphabetize the list of files.
> * libc/machine/spu/Makefile.in: Regenerate.
> * libc/machine/spu/mktemp.c: Copy libc/stdio/mktemp.c.
oops ... that Makefile.am change dropped setjmp.S, let me repost.
-- Patrick Mansfield