diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-16 23:11:48 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:26 +0200 |
commit | 4c2cd53a40ef2f51f6f2dd06d5ea5c7ab905e295 (patch) | |
tree | 02005a0a94c1fb993c522c3680c8a280fc2cb90a /libc/misc/pthread/tsd.c | |
parent | 30af95307f99c9610ba0cfec40ebbe8504085be5 (diff) |
tsd.c: fix comment
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc/pthread/tsd.c')
-rw-r--r-- | libc/misc/pthread/tsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c index 0c222e8e9..586ead3fa 100644 --- a/libc/misc/pthread/tsd.c +++ b/libc/misc/pthread/tsd.c @@ -1,5 +1,5 @@ /* libpthread sets _dl_error_catch_tsd to point to this function. - We define it here instead of in libpthread so t here instead of in libpthread so that it doesn't + We define it here instead of in libpthread so that it doesn't need to have a TLS segment of its own just for this one pointer. */ void **__libc_dl_error_tsd(void) __attribute__ ((const)); |