]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Include local ntsecapi.h
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Wed, 4 Jul 2018 10:42:39 +0000 (12:42 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 4 Jul 2018 12:17:28 +0000 (14:17 +0200)
commit0ce27ecd08355620e73c89f8cf6b71f597b75f9c
tree4a527d397133ca699cad66778707d826e3c88566
parentd4f4e7ae1be1bcf8c021f2b0865aafc16b338aa3
Cygwin: Include local ntsecapi.h

Our local ntsecapi.h wrapper corrects a bug in the definition of
SystemFunction036 which otherwise leads to crashes on 32 bit when
using RtlGenRandom.  The fhandler_socket_local.cc file accidentally
included the incorrect w32api version of that file, rather than the
local wrapper.  Fix it.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_socket_local.cc
This page took 0.02934 seconds and 5 git commands to generate.