mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +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"
|
||||
|
||||
#ifndef SIZE_T_MAX
|
||||
#define SIZE_T_MAX 0xffffffffU
|
||||
#endif
|
||||
|
||||
/* Note: This function is used by libkvm0, so we need to export it.
|
||||
* It is not declared in the include files though. */
|
||||
|
Loading…
Reference in New Issue
Block a user