mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 06:55:52 +02:00
Do not define SIZE_T_MAX if already defined
This commit is contained in:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user