mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
* sysdeps/unix/sysv/bits/utsname.h: Test for _SYS_UTSNAME_H, not _UTSNAME_H.
This commit is contained in:
parent
4a0f14bc36
commit
7adad62587
@ -1,5 +1,8 @@
|
||||
1999-12-01 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/bits/utsname.h: Test for _SYS_UTSNAME_H, not
|
||||
_UTSNAME_H.
|
||||
|
||||
* malloc/set-freeres.c: Really use already_called variable.
|
||||
|
||||
* libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing
|
||||
|
@ -16,7 +16,7 @@
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#ifndef _UTSNAME_H
|
||||
#ifndef _SYS_UTSNAME_H
|
||||
# error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user