diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 23:26:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 23:26:47 +0000 |
commit | 9c3c87e2ec80968eddab2e4e6d548fdeb52ac1ce (patch) | |
tree | 2530d02eece6208a6d4654f8cae1b669d23f74ed /sysdeps/unix | |
parent | 28fdb447c137f32abb3a95e3bfced78f4de42f25 (diff) | |
download | glibc-9c3c87e2ec80968eddab2e4e6d548fdeb52ac1ce.tar glibc-9c3c87e2ec80968eddab2e4e6d548fdeb52ac1ce.tar.gz glibc-9c3c87e2ec80968eddab2e4e6d548fdeb52ac1ce.tar.bz2 glibc-9c3c87e2ec80968eddab2e4e6d548fdeb52ac1ce.zip |
Update comment regarding placement of errno definition.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/sysdep.S | 11 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sysdep.S | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/sysdep.S b/sysdeps/unix/sysv/linux/m68k/sysdep.S index 30beaf233f..628335b8d0 100644 --- a/sysdeps/unix/sysv/linux/m68k/sysdep.S +++ b/sysdeps/unix/sysv/linux/m68k/sysdep.S @@ -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 diff --git a/sysdeps/unix/sysv/linux/mips/sysdep.S b/sysdeps/unix/sysv/linux/mips/sysdep.S index d051c4fe6e..2584982bb0 100644 --- a/sysdeps/unix/sysv/linux/mips/sysdep.S +++ b/sysdeps/unix/sysv/linux/mips/sysdep.S @@ -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 |