Re: m32r tas() implementation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: m32r tas() implementation
Дата
Msg-id 200704240727.54617.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: m32r tas() implementation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
Tom Lane wrote:
> 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.

But every Linux on m32r does have sys/tas.h.  It's among the glibc
header files for that port.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-ports по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: m32r tas() implementation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: m32r tas() implementation