Re: m32r tas() implementation - Mailing list pgsql-ports

From Tom Lane
Subject Re: m32r tas() implementation
Date
Msg-id 19228.1177381343@sss.pgh.pa.us
Whole thread Raw
In response to m32r tas() implementation  (Martin Pitt <martin@piware.de>)
Responses Re: m32r tas() implementation  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-ports
Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> writes:
> I'm porting only for Linux on m32r. I think m32r's tas() is depend on
> glibc's implementation.
> It's a system call now. So <sys/tas.h> should be used for Linux/m32r only.

Well, my point stands: sys/tas.h is not present on every Linux, so we
need at least another #ifdef here.  I'm not sure what it should be though.

            regards, tom lane

pgsql-ports by date:

Previous
From: Kazuhiro Inaoka
Date:
Subject: Re: m32r tas() implementation
Next
From: Peter Eisentraut
Date:
Subject: Re: m32r tas() implementation