From 3331899af3fcaf628e118686a4ebbf592dca9ec8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 22:04:32 +0000 Subject: Update. * db2/compat.h: Allow EFTYPE being defined. * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD. * sysdeps/unix/bsd/ulimit.c: Include . * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE. * sysdeps/mach/bits/libc-lock.h: Fix typo. (__libc_once): Correctly unlock semaphore. * sysdeps/mach/hurd/dl-sysdep.c: Include . * sysdeps/unix/bsd/getpt.c: Fix typo. Patches by UCHIYAMA Yasushi . 1998-03-31 Ulrich Drepper --- sysdeps/unix/bsd/getpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/bsd/getpt.c') 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) -- cgit 1.4.1