]> granicus.if.org Git - php/commit
Make tsrm_env_lock() void
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 11 Apr 2019 08:40:54 +0000 (10:40 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 11 Apr 2019 08:40:54 +0000 (10:40 +0200)
commitb213f13a2621ec553beec06d3e2f163c1e7e2282
tree645bb04df0fa9c0d003420c2eb3c0957cbd34c0f
parentd207c9a78a973d153dd17fd2d80b301d07fc9509
Make tsrm_env_lock() void

We're not checking the return value and the NTS version of this
generates warnings. If we want to handle lock failures, we should
do a hard abort inside tsrm_env_lock() itself.
TSRM/TSRM.c
TSRM/TSRM.h