diff options
Diffstat (limited to 'sysdeps/unix/bsd/getpt.c')
-rw-r--r-- | sysdeps/unix/bsd/getpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/getpt.c b/sysdeps/unix/bsd/getpt.c index cb47692fdd..3bc34b1814 100644 --- a/sysdeps/unix/bsd/getpt.c +++ b/sysdeps/unix/bsd/getpt.c @@ -57,4 +57,4 @@ __getpt () __set_errno (ENFILE); return -1; } -weak_alias (getpt, __getpt) +weak_alias (__getpt, getpt) |