diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1997-11-25 01:29:16 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1997-11-25 01:29:16 +0000 |
| commit | 09bb0da60cdda81d524e1252636e5ae5d01e6b56 (patch) | |
| tree | 7df2107cb14b747d86e7667a8e44591c95fe05ea /lib/libpthread/thread/thr_spec.c | |
| parent | 3234f7c1cc2d1adb7150b06de37c92a76bafc5fa (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_spec.c')
| -rw-r--r-- | lib/libpthread/thread/thr_spec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_spec.c b/lib/libpthread/thread/thr_spec.c index 8d06c52b8d98..7ff905404388 100644 --- a/lib/libpthread/thread/thr_spec.c +++ b/lib/libpthread/thread/thr_spec.c @@ -209,7 +209,6 @@ pthread_getspecific(pthread_key_t key) /* Check for errors: */ if (pthread == NULL) { /* Return an invalid argument error: */ - errno = EINVAL; data = NULL; } /* Check if there is specific data: */ |
