diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-10-11 03:12:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-10-11 03:12:39 +0000 |
commit | 05e860710ac19d20edd0c214c2ee83ae2bc7de2a (patch) | |
tree | 594b23bb0d15e29873d614f0dcda81e8b5181b4a /sysdeps/unix/sysv/linux/alpha/brk.S | |
parent | 81e25b608df040adda0b7111ccb272962782dc88 (diff) | |
download | glibc-05e860710ac19d20edd0c214c2ee83ae2bc7de2a.tar.gz |
update from main archive 961010
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/brk.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/brk.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/brk.S b/sysdeps/unix/sysv/linux/alpha/brk.S index ad5f021e99..75be949aff 100644 --- a/sysdeps/unix/sysv/linux/alpha/brk.S +++ b/sysdeps/unix/sysv/linux/alpha/brk.S @@ -21,6 +21,7 @@ error. Instead, the error condition is indicated by returning the old break value (instead of the new, requested one). */ #include <sysdep.h> +#define _ERRNO_H #include <errnos.h> #ifdef PIC |