projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c389676
)
(gettid): Removed.
author
drepper
<drepper>
Thu, 28 Nov 2002 00:49:52 +0000
(
00:49
+0000)
committer
drepper
<drepper>
Thu, 28 Nov 2002 00:49:52 +0000
(
00:49
+0000)
nptl/sysdeps/i386/pthreaddef.h
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/i386/pthreaddef.h
b/nptl/sysdeps/i386/pthreaddef.h
index
6efa1b6
..
1fe9455
100644
(file)
--- a/
nptl/sysdeps/i386/pthreaddef.h
+++ b/
nptl/sysdeps/i386/pthreaddef.h
@@
-49,7
+49,3
@@
asm volatile ("movl %1, %%ebx; int $0x80" \
:: "a" (__NR_exit), "r" (val)); \
}
-#define gettid() \
- ({ int tid; \
- __asm __volatile ("int $0x80" : "=a" (tid) : "0" (__NR_gettid)); \
- tid; })