mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-15 21:40:05 +00:00
Alias __libc_fcntl to __fcntl.
This commit is contained in:
parent
c25168ce57
commit
de447e48ce
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -38,3 +38,4 @@ __fcntl (int fdes, int cmd, ...)
|
||||
return res;
|
||||
}
|
||||
strong_alias (__fcntl, fcntl)
|
||||
strong_alias (__fcntl, __libc_fcntl)
|
||||
|
Loading…
Reference in New Issue
Block a user