1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

check func munging

https://github.com/warmcat/libwebsockets/issues/3181
This commit is contained in:
Andy Green 2024-09-25 09:42:22 +01:00
parent f7aeadeb0e
commit d1722af79b

View file

@ -132,7 +132,7 @@ typedef int suseconds_t;
#define LWS_O_CREAT _O_CREAT
#define LWS_O_TRUNC _O_TRUNC
#ifndef __func__
#if (__STDC_VERSION__ < 199901L) && !defined(__func__)
#define __func__ __FUNCTION__
#endif