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