From e8210ece6e1f5e9e8fc779192bd7c0a108395d86 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 26 Oct 2004 02:36:52 +0000 Subject: [PATCH] * login/openpty.c (openpty): Add libutil_hidden_def. --- ChangeLog | 2 ++ login/openpty.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6184080..f17c818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-10-25 Roland McGrath + * login/openpty.c (openpty): Add libutil_hidden_def. + * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to either libc_hidden_def or libnss_files_hidden_def, not hidden_def. This file is also compiled into libnss_hesiod by #include. diff --git a/login/openpty.c b/login/openpty.c index 19852e1..fe11d49 100644 --- a/login/openpty.c +++ b/login/openpty.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Zack Weinberg , 1998. @@ -136,3 +136,4 @@ openpty (int *amaster, int *aslave, char *name, struct termios *termp, close (master); return -1; } +libutil_hidden_def (openpty) -- 2.7.4