diff options
Diffstat (limited to 'sysdeps/unix/sysv/tcgetpgrp.c')
-rw-r--r-- | sysdeps/unix/sysv/tcgetpgrp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/tcgetpgrp.c b/sysdeps/unix/sysv/tcgetpgrp.c index 2771e9236a..4f64eac638 100644 --- a/sysdeps/unix/sysv/tcgetpgrp.c +++ b/sysdeps/unix/sysv/tcgetpgrp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1997, 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 @@ -33,3 +33,4 @@ tcgetpgrp (fd) return (pid_t) -1; return (pid_t) pgrp; } +libc_hidden_def (tcgetpgrp) |