mirror of git://sourceware.org/git/glibc.git
Define __libc_open alias.
This commit is contained in:
parent
c4aa3b70bc
commit
ba2df8a934
|
@ -35,3 +35,4 @@ __open (const char *file, int oflag, ...)
|
||||||
|
|
||||||
return open (file, oflag, mode);
|
return open (file, oflag, mode);
|
||||||
}
|
}
|
||||||
|
strong_alias (__open, __libc_open)
|
||||||
|
|
Loading…
Reference in New Issue