diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:59:52 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:59:52 +0000 |
commit | 29b687bd1831db7f5c4814c0da33a3df66678b22 (patch) | |
tree | 2a017c12e814df108bded9543d26733f5cf8536a /sysdeps/alpha/remlu.S | |
parent | 06c48879d8a1f0eeb18edbdeddbc86fe1b263dee (diff) | |
download | glibc-29b687bd1831db7f5c4814c0da33a3df66678b22.tar.gz glibc-29b687bd1831db7f5c4814c0da33a3df66678b22.tar.xz glibc-29b687bd1831db7f5c4814c0da33a3df66678b22.zip |
newly generated ones
Diffstat (limited to 'sysdeps/alpha/remlu.S')
-rw-r--r-- | sysdeps/alpha/remlu.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/alpha/remlu.S b/sysdeps/alpha/remlu.S index d7700e6595..24e07cf327 100644 --- a/sysdeps/alpha/remlu.S +++ b/sysdeps/alpha/remlu.S @@ -15,6 +15,9 @@ #endif #include <sysdep.h> +/* Avoid the definition of ret that we set in the alpha sysdep.h. */ +#undef ret + |