Define __libc_open alias.

This commit is contained in:
Ulrich Drepper 2000-12-05 03:57:00 +00:00
parent c4aa3b70bc
commit ba2df8a934
1 changed files with 1 additions and 0 deletions

View File

@ -35,3 +35,4 @@ __open (const char *file, int oflag, ...)
return open (file, oflag, mode);
}
strong_alias (__open, __libc_open)