From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Kazuhiro Inaoka <inaoka(dot)kazuhiro(at)renesas(dot)com> |
Cc: | Martin Pitt <martin(at)piware(dot)de>, pgsql-ports(at)postgresql(dot)org |
Subject: | Re: m32r tas() implementation |
Date: | 2007-04-24 02:22:23 |
Message-ID: | 19228.1177381343@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Kazuhiro Inaoka <inaoka(dot)kazuhiro(at)renesas(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2007-04-24 05:27:52 | Re: m32r tas() implementation |
Previous Message | Kazuhiro Inaoka | 2007-04-16 03:40:45 | Re: m32r tas() implementation |