Bug#300917: dietlibc-dev: sys/types.h: test for __powerpc__, not powerpc

2005-03-25 Thread Gerrit Pape
On Tue, Mar 22, 2005 at 06:57:48PM +0200, Lars Wirzenius wrote: In sys/types.h, at around line 70, there is this test: #elif defined(powerpc) If gcc is used in C99 conformance mode, the symbol powerpc doesn't exist, but __powerpc__ exists, and it seems to exist in all modes. I suggest

Bug#300917: dietlibc-dev: sys/types.h: test for __powerpc__, not powerpc

2005-03-22 Thread Lars Wirzenius
Package: dietlibc-dev Version: 0.28-1 Severity: normal File: /usr/include/diet/sys/types.h In sys/types.h, at around line 70, there is this test: #elif defined(powerpc) If gcc is used in C99 conformance mode, the symbol powerpc doesn't exist, but __powerpc__ exists, and it seems to exist in