diff options
| author | Zachary Loafman <zml@FreeBSD.org> | 2009-05-28 15:02:21 +0000 |
|---|---|---|
| committer | Zachary Loafman <zml@FreeBSD.org> | 2009-05-28 15:02:21 +0000 |
| commit | 7014ae09f996e08e0931a222b96e56c8b652a9ae (patch) | |
| tree | c6ed106f0aaa2e33e037499fac5123f13412db43 /lib/libc | |
| parent | 26088b9d4d4d18a9a6c7c4d2ad2a0539a6f98f98 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/include/nss_tls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/include/nss_tls.h b/lib/libc/include/nss_tls.h index 6253ec6f5dd07..13ab367d06b5f 100644 --- a/lib/libc/include/nss_tls.h +++ b/lib/libc/include/nss_tls.h @@ -67,7 +67,6 @@ name##_getstate(struct name##_state **p) \ *p = calloc(1, sizeof(**p)); \ if (*p == NULL) \ return (ENOMEM); \ - memset(*p, 0, sizeof(**p)); \ rv = _pthread_setspecific(name##_state_key, *p); \ if (rv != 0) { \ free(*p); \ |
