diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-03 07:05:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-03 07:05:16 +0000 |
commit | 876914479ac53fd426d2557c4861494b2fda79e7 (patch) | |
tree | 0ba98c52a006b3d026ba3ed2da2267552061e142 /sysdeps/unix | |
parent | 2788ea804da2162bc7e9c7ee81e9332fbc1a249c (diff) | |
download | glibc-876914479ac53fd426d2557c4861494b2fda79e7.tar glibc-876914479ac53fd426d2557c4861494b2fda79e7.tar.gz glibc-876914479ac53fd426d2557c4861494b2fda79e7.tar.bz2 glibc-876914479ac53fd426d2557c4861494b2fda79e7.zip |
Include <sys/user.h> instead of <asm/user.h>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/sys/procfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h index 7bd6e6958d..7d4059664e 100644 --- a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999 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 @@ -28,7 +28,7 @@ #include <signal.h> #include <sys/time.h> #include <sys/types.h> -#include <asm/user.h> +#include <sys/user.h> #include <asm/elf.h> __BEGIN_DECLS |