mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Correct __dup3() to dup3()
This commit is contained in:
parent
7a190f84c8
commit
cad4eeb891
@ -4,7 +4,7 @@
|
||||
#include <fcntl.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int __dup3(int old, int new, int flags)
|
||||
int dup3(int old, int new, int flags)
|
||||
{
|
||||
int r;
|
||||
#ifdef SYS_dup2
|
||||
|
Loading…
Reference in New Issue
Block a user