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:
parent
4f32b715ce
commit
8d27d941c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue