Cygwin: fix regression in O_TMPFILE | O_EXCL case
The new proc fd code accidentally allowed to linkat an O_TMPFILE even if the file has been opened with O_EXCL. This patch fixes it. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -2578,7 +2578,7 @@ class fhandler_process: public fhandler_proc
|
||||
|
||||
class fhandler_process_fd : public fhandler_process
|
||||
{
|
||||
fhandler_base *fetch_fh (HANDLE &);
|
||||
fhandler_base *fetch_fh (HANDLE &, uint32_t);
|
||||
|
||||
public:
|
||||
fhandler_process_fd () : fhandler_process () {}
|
||||
|
Reference in New Issue
Block a user