1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +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 4f32b715ce
commit 8d27d941c3

View file

@ -142,7 +142,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