[core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
x-ref: "define __STDC_WANT_LIB_EXT1__ for memset_s()" https://redmine.lighttpd.net/issues/2722
This commit is contained in:
parent
c4edd35655
commit
51e0f2087b
1
NEWS
1
NEWS
|
@ -72,6 +72,7 @@ NEWS
|
|||
* [mod_status] page refresh option (fixes #2170)
|
||||
* [mod_status] table w/ count of con states (fixes #2427)
|
||||
* [mod_dirlisting] class for dir <tr> (fixes #2304)
|
||||
* [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
|
||||
|
||||
- 1.4.39 - 2016-01-02
|
||||
* [core] fix memset_s call (fixes #2698)
|
||||
|
|
|
@ -9,4 +9,8 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef __STDC_WANT_LIB_EXT1__
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue