mirror of git://sourceware.org/git/glibc.git
* login/openpty.c (openpty): Add libutil_hidden_def.
This commit is contained in:
parent
4463a2eed7
commit
e8210ece6e
|
@ -1,5 +1,7 @@
|
||||||
2004-10-25 Roland McGrath <roland@redhat.com>
|
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
|
* 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.
|
either libc_hidden_def or libnss_files_hidden_def, not hidden_def.
|
||||||
This file is also compiled into libnss_hesiod by #include.
|
This file is also compiled into libnss_hesiod by #include.
|
||||||
|
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
|
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);
|
close (master);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
libutil_hidden_def (openpty)
|
||||||
|
|
Loading…
Reference in New Issue