diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-15 18:40:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-15 18:40:27 +0000 |
commit | c845175929236e3a5925e71e6793242399d18eb7 (patch) | |
tree | 9a5aa577be63dd2fb8807a52dd15519e68215b08 /sysdeps/unix/sysv/linux/hppa/bits | |
parent | b15cb495054a40644197395fb6a94daa4b0e81cb (diff) | |
download | glibc-c845175929236e3a5925e71e6793242399d18eb7.tar.gz glibc-c845175929236e3a5925e71e6793242399d18eb7.tar.xz glibc-c845175929236e3a5925e71e6793242399d18eb7.zip |
Update.
2000-10-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups. * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Likewise. * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/sigaction.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/signum.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/sigaction.h b/sysdeps/unix/sysv/linux/hppa/bits/sigaction.h index cec71b294e..bdded3d6d3 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/sigaction.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/sigaction.h @@ -1,4 +1,4 @@ -/* Definitions for Linux/hppa sigaction. +/* Definitions for Linux/HPPA sigaction. Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/unix/sysv/linux/hppa/bits/signum.h b/sysdeps/unix/sysv/linux/hppa/bits/signum.h index 45ed06ae14..a475004029 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/signum.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/signum.h @@ -1,4 +1,4 @@ -/* Signal number definitions. Linux version. +/* Signal number definitions. Linux/HPPA version. Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. |