solaris: Define _STDC_C11_BCI for memset_s prototype
commitdc46b1f82d89912965a6bf5d86291884069d3007
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 23 May 2019 23:00:30 +0000 (23 19:00 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 23 May 2019 23:04:42 +0000 (23 19:04 -0400)
treea39966071b449657f1feed2434027761d750a55d
parente143639400c9d0cd5d383c1e790d4fb7beedf5d9
solaris: Define _STDC_C11_BCI for memset_s prototype

On Solaris, the memset_s() prototype is only visible if _STDC_C11_BCI
is defined.

93518bfab4e495bf4130be354464965e48a786c0 ("use memset_s")
introduced warnings on Solaris

  warning: implicit declaration of function â€˜memset_s’;
  did you mean â€˜memset’? [-Wimplicit-function-declaration]

Change-Id: Ia02db5e96021a26fb30aa1a593ef6a2b3e3a5b5f
cf/sunos.m4