mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:29:45 +08:00
Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>
This commit is contained in:
parent
f0aaa04240
commit
0ba419717b
@ -51,9 +51,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#ifdef __rtems__
|
|
||||||
#define SIZE_T_MAX SIZE_MAX
|
|
||||||
#endif /* __rtems__ */
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include "pfctl.h"
|
#include "pfctl.h"
|
||||||
|
@ -23,9 +23,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
#include "privsep.h"
|
#include "privsep.h"
|
||||||
#ifdef __rtems__
|
|
||||||
#define SIZE_T_MAX SIZE_MAX
|
|
||||||
#endif /* __rtems__ */
|
|
||||||
|
|
||||||
struct buf *
|
struct buf *
|
||||||
buf_open(size_t len)
|
buf_open(size_t len)
|
||||||
|
@ -61,6 +61,8 @@
|
|||||||
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
|
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SIZE_T_MAX SIZE_MAX
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
/* FIXME: Add to Newlib */
|
/* FIXME: Add to Newlib */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user