This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] Merge parts of <sys/time.h> from FreeBSD


On 3/13/2015 1:24 PM, Corinna Vinschen wrote:
Hi Sebastian,

On Mar 13 11:00, Sebastian Huber wrote:
Merge parts of the latest <sys/time.h> from FreeBSD to Newlib.  This has
two reasons.

This patch also allowed to remove a Cygwin specific piece of code.
I now pushed your patch as well as the Cygwin ones.

Thanks,
Corinna



with the current settings, on cygwin with _GNU_SOURCE on
/usr/include/sys/time.h

bintime_mul(struct bintime *_bt, u_int _x)
is included but

u_int is not defined

make[1]: Entering directory '/cygdrive/e/cyg_pub/devel/xdelta/xdelta-3.0.9-1.i686/build' gcc -DHAVE_CONFIG_H -I. -I/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9 -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare -Wextra -Wno-unused-parameter -Wno-unused-function -D_GNU_SOURCE -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_POSIX=1 -DXD3_MAIN=1 -DXD3_DEBUG=0 -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/pub/devel/xdelta/xdelta-3.0.9-1.i686/build=/usr/src/debug/xdelta-3.0.9-1 -fdebug-prefix-map=/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9=/usr/src/debug/xdelta-3.0.9-1 -MT xdelta3-xdelta3.o -MD -MP -MF .deps/xdelta3-xdelta3.Tpo -c -o xdelta3-xdelta3.o `test -f 'xdelta3.c' || echo '/pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/'`xdelta3.c In file included from /pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.h:43:0, from /pub/devel/xdelta/xdelta-3.0.9-1.i686/src/xdelta3-3.0.9/xdelta3.c:267:
/usr/include/sys/time.h:105:34: error: unknown type name âu_intâ
 bintime_mul(struct bintime *_bt, u_int _x)
                                  ^
Makefile:657: recipe for target 'xdelta3-xdelta3.o' failed
make[1]: *** [xdelta3-xdelta3.o] Error 1
make[1]: Leaving directory '/cygdrive/e/cyg_pub/devel/xdelta/xdelta-3.0.9-1.i686/build'
Makefile:486: recipe for target 'all' failed
make: *** [all] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]