--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: libpthread-stubs: Should provide more pthread_* functions
- From: Samuel Thibault <samuel.thibault@ens-lyon.org>
- Date: Wed, 27 Aug 2008 00:38:53 +0100
- Message-id: <20080826233853.GA8193@implementation>
Package: libpthread-stubs
Severity: normal
Reading glibc's forward.c, libpthread-stubs should provide more
pthread_* functions, namely:
- pthread_attr_init, pthread_attr_destroy, pthread_attr_getdetachstate,
pthread_attr_setdetachstate, pthread_attr_getinheritsched,
pthread_attr_setinheritsched, pthread_attr_getschedparam,
pthread_attr_setschedparam, pthread_attr_getschedpolicy,
pthread_attr_setschedpolicy, pthread_attr_getscope,
pthread_attr_setscope, pthread_condattr_init, pthread_condattr_destroy,
all just returning 0,
- pthread_cond_timedwait, returning 0.
- pthread_exit, calling exit(EXIT_SUCCESS)
- pthread_getschedparam, pthread_setschedparam, returning 0
- pthread_setcancelstate, pthread_setcanceltype, returning 0
Samuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
--
Samuel
#ifndef I_WISH_WORLD_WERE_PERFECT
/* It is not :-( All the routers (except for Linux) return only
...
-+- linux/net/ipv4/ipip.c -+-
--- End Message ---
--- Begin Message ---
- To: Samuel Thibault <samuel.thibault@ens-lyon.org>, 496715-done@bugs.debian.org
- Subject: Re: Bug#496715: libpthread-stubs: Should provide more pthread_* functions
- From: Julien Cristau <jcristau@debian.org>
- Date: Thu, 31 Oct 2024 18:29:03 +0100
- Message-id: <ZyO-X24Obix74_HE@carotte>
- In-reply-to: <20080826233853.GA8193@implementation>
- References: <20080826233853.GA8193@implementation>
Version: 0.3-1
Salut Samuel,
On Wed, Aug 27, 2008 at 00:38:53 +0100, Samuel Thibault wrote:
> Package: libpthread-stubs
> Severity: normal
>
> Reading glibc's forward.c, libpthread-stubs should provide more
> pthread_* functions, namely:
>
Your extra stubs were added in 0.3, many moons ago. Belatedly closing.
Cheers,
Julien
--- End Message ---