mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Update comment regarding placement of errno definition.
This commit is contained in:
parent
28fdb447c1
commit
9c3c87e2ec
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1996, 2002 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
|
||||
@ -18,11 +18,10 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
/* Because the Linux version is in fact m68k/ELF and the start.? file
|
||||
for this system (sysdeps/m68k/elf/start.S) is also used by The Hurd
|
||||
and therefore this files must not contain the definition of the
|
||||
`errno' variable (I don't know why, ask Roland), we have to define
|
||||
it somewhere else.
|
||||
/* The Linux version is in fact m68k/ELF and the start.? file for this
|
||||
system (sysdeps/m68k/elf/start.S) is also used by The Hurd. This file
|
||||
must not contain the definition of the `errno' variable, we have to
|
||||
define it somewhere else.
|
||||
|
||||
...and this place is here. */
|
||||
.bss
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1998, 2002 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
|
||||
@ -18,11 +18,10 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
/* Because the Linux version is in fact MIPS/ELF and the start.? file
|
||||
for this system (sysdeps/mips/elf/start.S) is also used by The Hurd
|
||||
and therefore this files must not contain the definition of the
|
||||
`errno' variable (I don't know why, ask Roland), we have to define
|
||||
it somewhere else.
|
||||
/* The Linux version is in fact MIPS/ELF and the start.? file for this
|
||||
system (sysdeps/mips/elf/start.S) is also used by The Hurd. This file
|
||||
must not contain the definition of the `errno' variable, we have to
|
||||
define it somewhere else.
|
||||
|
||||
...and this place is here. */
|
||||
.bss
|
||||
|
Loading…
Reference in New Issue
Block a user