]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* login/openpty.c (openpty): Add libutil_hidden_def.
authorRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 02:36:52 +0000 (02:36 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 02:36:52 +0000 (02:36 +0000)
ChangeLog
login/openpty.c

index 61840805d68820c961c2be470ff45b6399406f0e..f17c818c750fea65cadf9a8b3b82e257dbf63a80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-25  Roland McGrath  <roland@redhat.com>
 
+       * 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.
index 19852e1d8208ddd53c3e94abd4e5778acf40c966..fe11d49febb58e30e1bb77ac4314cc41904246c0 100644 (file)
@@ -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 <zack@rabi.phys.columbia.edu>, 1998.
 
@@ -136,3 +136,4 @@ openpty (int *amaster, int *aslave, char *name, struct termios *termp,
   close (master);
   return -1;
 }
+libutil_hidden_def (openpty)