mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linux
This commit is contained in:
@@ -1961,16 +1961,6 @@ realloc(void *ptr, size_t size)
|
||||
return (r);
|
||||
}
|
||||
|
||||
#ifndef SIZE_MAX
|
||||
//#if defined(__i386__)||defined(__arm__)||defined(__powerpc__)
|
||||
//#define SIZE_MAX 0xffffffff
|
||||
//#endif
|
||||
//#if defined(__x86_64__)
|
||||
//#define SIZE_MAX 0xffffffffffffffff
|
||||
//#endif
|
||||
#define SIZE_MAX SIZE_MAX
|
||||
#endif
|
||||
|
||||
void *
|
||||
calloc(size_t num, size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user