OSDN Git Service

* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
authorcgf <cgf>
Mon, 22 May 2000 00:54:22 +0000 (00:54 +0000)
committercgf <cgf>
Mon, 22 May 2000 00:54:22 +0000 (00:54 +0000)
commit541cdc15f129aba28ec7f0afb54b5e79b200c94b
treef4e630e3b0c9fb1bde31d772836accea7a9fd9e3
parentc34b6bbab1da2530e6048ef2705612e011101d8d
* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
race.
(noload): Add an extra argument for debugging.
* uinfo.cc (uinfo_init): Eliminate test for multiple calls.
(getlogin): Assume that uinfo_init has already been called.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/uinfo.cc