diff options
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/accept.c | 3 | ||||
-rw-r--r-- | sysdeps/mach/hurd/lseek.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/accept.c b/sysdeps/mach/hurd/accept.c index af6c395938..362c42c5be 100644 --- a/sysdeps/mach/hurd/accept.c +++ b/sysdeps/mach/hurd/accept.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1992,1993,1994,1997,1999,2002 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 @@ -84,3 +84,4 @@ accept (fd, addrarg, addr_len) return _hurd_intern_fd (new, O_IGNORE_CTTY, 1); } +libc_hidden_def (accept) diff --git a/sysdeps/mach/hurd/lseek.c b/sysdeps/mach/hurd/lseek.c index 87cc69d9ef..e4b70b3fa2 100644 --- a/sysdeps/mach/hurd/lseek.c +++ b/sysdeps/mach/hurd/lseek.c @@ -27,4 +27,5 @@ __libc_lseek (int fd, off_t offset, int whence) } weak_alias (__libc_lseek, __lseek) +libc_hidden_def (__lseek) weak_alias (__libc_lseek, lseek) |