diff options
Diffstat (limited to 'ports/sysdeps/hppa/nptl/tls.h')
-rw-r--r-- | ports/sysdeps/hppa/nptl/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/nptl/tls.h b/ports/sysdeps/hppa/nptl/tls.h index fe8d8fc225..14e4705bf0 100644 --- a/ports/sysdeps/hppa/nptl/tls.h +++ b/ports/sysdeps/hppa/nptl/tls.h @@ -115,7 +115,7 @@ typedef struct elf_gregset_t. The thread descriptor is sizeof (struct pthread) away. */ # define DB_THREAD_SELF \ REGISTER (32, 32, 53 * 4, -sizeof (struct pthread)) - + /* Access to data in the thread descriptor is easy. */ # define THREAD_GETMEM(descr, member) \ descr->member |