From: Ulrich Drepper Date: Sat, 8 Sep 2001 17:40:41 +0000 (+0000) Subject: Alias __libc_fcntl to __fcntl. X-Git-Tag: upstream/2.30~10627^2~1796 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de447e48ce0f6caa89599429ba0e27d7154a9732;p=external%2Fglibc.git Alias __libc_fcntl to __fcntl. --- diff --git a/sysdeps/unix/sysv/aix/fcntl.c b/sysdeps/unix/sysv/aix/fcntl.c index 196bbf5..8c5ba15 100644 --- a/sysdeps/unix/sysv/aix/fcntl.c +++ b/sysdeps/unix/sysv/aix/fcntl.c @@ -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)