mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-24 02:51:43 +01:00
Do not define SIZE_T_MAX if already defined
This commit is contained in:
parent
59f6a95609
commit
eb445425ff
@ -43,7 +43,9 @@
|
|||||||
|
|
||||||
#include "local-elf.h"
|
#include "local-elf.h"
|
||||||
|
|
||||||
|
#ifndef SIZE_T_MAX
|
||||||
#define SIZE_T_MAX 0xffffffffU
|
#define SIZE_T_MAX 0xffffffffU
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Note: This function is used by libkvm0, so we need to export it.
|
/* Note: This function is used by libkvm0, so we need to export it.
|
||||||
* It is not declared in the include files though. */
|
* It is not declared in the include files though. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user