mailing list of musl libc
 help / color / mirror / code / Atom feed
a2c0b478c78cf36ef7f15e4d65956e517c647221 blob 210 bytes (raw)

1
2
3
4
5
6
7
8
 
#include "pthread_impl.h"

int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a)
{
	*rw = (pthread_rwlock_t){0};
	if (a) rw->_rw_shared = a->__attr[0]*128;
	return 0;
}
debug log:

solving a2c0b47 ...
found a2c0b47 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).