diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:56 -0700 |
commit | 4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd (patch) | |
tree | 2495b8910530d2d1933728a46b45ff0a2cf256c5 /nptl/sysdeps/s390/tcb-offsets.sym | |
parent | 45193bb8148dd632774362855dc8b9abd71d50e5 (diff) | |
download | glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar.gz glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar.bz2 glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.zip |
Move S390 code out of nptl/sysdeps/s390/.
Diffstat (limited to 'nptl/sysdeps/s390/tcb-offsets.sym')
-rw-r--r-- | nptl/sysdeps/s390/tcb-offsets.sym | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nptl/sysdeps/s390/tcb-offsets.sym b/nptl/sysdeps/s390/tcb-offsets.sym deleted file mode 100644 index 9cfae211e0..0000000000 --- a/nptl/sysdeps/s390/tcb-offsets.sym +++ /dev/null @@ -1,7 +0,0 @@ -#include <sysdep.h> -#include <tls.h> - -MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads) -STACK_GUARD offsetof (tcbhead_t, stack_guard) -PID offsetof (struct pthread, pid) -TID offsetof (struct pthread, tid) |