1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.

* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
This commit is contained in:
Ulrich Drepper
2008-07-27 08:25:37 +00:00
parent c4a710b6b0
commit 11ed3eaed9
4 changed files with 12 additions and 3 deletions

View File

@ -432,7 +432,7 @@ _IO_new_file_attach (fp, fd)
if (_IO_SEEKOFF (fp, (_IO_off64_t)0, _IO_seek_cur, _IOS_INPUT|_IOS_OUTPUT)
== _IO_pos_BAD && errno != ESPIPE)
return NULL;
errno = save_errno;
__set_errno (save_errno);
return fp;
}
INTDEF2(_IO_new_file_attach, _IO_file_attach)