diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-26 02:36:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-26 02:36:52 +0000 |
commit | e8210ece6e1f5e9e8fc779192bd7c0a108395d86 (patch) | |
tree | 5e8d2594bdff7439f4c32290866feadfa6d50e18 /login | |
parent | 4463a2eed73d72227f298f128ee5274b6a2e94d5 (diff) | |
download | glibc-e8210ece6e1f5e9e8fc779192bd7c0a108395d86.tar.gz glibc-e8210ece6e1f5e9e8fc779192bd7c0a108395d86.tar.xz glibc-e8210ece6e1f5e9e8fc779192bd7c0a108395d86.zip |
* login/openpty.c (openpty): Add libutil_hidden_def.
Diffstat (limited to 'login')
-rw-r--r-- | login/openpty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/login/openpty.c b/login/openpty.c index 19852e1d82..fe11d49feb 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 <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) |