diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-28 22:47:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-28 22:47:04 +0000 |
commit | ab18ecf4a7332ea411536f7ef0cee3ade04ab679 (patch) | |
tree | 16e8b9311e1741881d363a4d854025129947efc1 /sysdeps | |
parent | 0798f1ad5e743c5fb5906e9b6e7bb03aa1e5596b (diff) | |
download | glibc-ab18ecf4a7332ea411536f7ef0cee3ade04ab679.tar glibc-ab18ecf4a7332ea411536f7ef0cee3ade04ab679.tar.gz glibc-ab18ecf4a7332ea411536f7ef0cee3ade04ab679.tar.bz2 glibc-ab18ecf4a7332ea411536f7ef0cee3ade04ab679.zip |
Change defined(USE___THREAD) to USE___THREAD.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/alpha/sysdep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index 50c84c1166..4c7c134333 100644 --- a/sysdeps/unix/alpha/sysdep.S +++ b/sysdeps/unix/alpha/sysdep.S @@ -45,7 +45,7 @@ .ent __syscall_error __syscall_error: -#if defined(_LIBC_REENTRANT) && defined(USE___THREAD) +#if defined(_LIBC_REENTRANT) && USE___THREAD LOADGP PROLOGUE |