mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(__libc_argv, __libc_argc): Make extern. (__hurd_threadvar_max, __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): New variables.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* Definitions of global stdio data structures.
|
||||
|
||||
Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -80,6 +80,6 @@ text_set_element (_hurd_fd_subinit, init_stdio);
|
||||
void
|
||||
DEFUN_VOID(_cleanup)
|
||||
{
|
||||
(void) fclose ((FILE *) NULL);
|
||||
__fcloseall ();
|
||||
}
|
||||
text_set_element (__libc_atexit, _cleanup);
|
||||
|
Reference in New Issue
Block a user