diff options
Diffstat (limited to 'sysdeps/mach/hurd/accept.c')
-rw-r--r-- | sysdeps/mach/hurd/accept.c | 3 |
1 files changed, 2 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) |