mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
1999-04-29 Ulrich Drepper <drepper@cygnus.com> * nss/getXXbyYY_r.c: Include assert.h. * nss/getXXbyYY.c: Likewise.
This commit is contained in:
@ -30,9 +30,9 @@ tcgetsid (fd)
|
||||
pid_t pgrp;
|
||||
pid_t sid;
|
||||
#ifdef TIOCGSID
|
||||
static int tiocgsid_does_not_works;
|
||||
static int tiocgsid_does_not_work;
|
||||
|
||||
if (! tiocgsid_does_not_works)
|
||||
if (! tiocgsid_does_not_work)
|
||||
{
|
||||
int serrno = errno;
|
||||
int sid;
|
||||
@ -41,7 +41,7 @@ tcgetsid (fd)
|
||||
{
|
||||
if (errno == EINVAL)
|
||||
{
|
||||
tiocgsid_does_not_works = 1;
|
||||
tiocgsid_does_not_work = 1;
|
||||
__set_errno (serrno);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user