4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-23 17:19:33 +08:00
Sebastian Huber 66e75b6961 Avoid cyclic header dependencies
RTEMS uses a considerable part of FreeBSD kernel and user space sources.
These sources are compiled with a __FreeBSD__ define.  On 2018-06-26
Gerald Pfeifer changed the GCC provided <stddef.h> so that it includes
<sys/_types.h> if __FreeBSD__ is defined.  The Newlib <sys/_types.h>
included <sys/lock.h> which includes <sys/cdefs.h> on RTEMS which
includes <stddef.h>.  To get rid of this cyclic dependency move the
optional _flock_t definition to <sys/reent.h>.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2019-06-03 10:20:15 +02:00
..
2016-10-25 16:24:05 +02:00
2016-10-25 16:24:05 +02:00
2016-04-15 14:51:39 +02:00
2016-04-15 14:51:39 +02:00
2019-06-03 10:20:15 +02:00
2018-01-17 11:47:13 -06:00
2018-01-17 11:47:17 -06:00
2019-06-03 10:20:15 +02:00
2018-01-17 11:47:17 -06:00
2018-12-04 07:39:20 +01:00
2018-01-17 11:47:13 -06:00
2015-04-23 21:57:06 +02:00
2019-02-19 09:06:22 +01:00
2015-05-28 16:40:43 +02:00