Deleted Added
full compact
26c26
< * $FreeBSD: head/lib/libkse/thread/thr_rwlockattr.c 54757 1999-12-18 01:00:42Z jasone $
---
> * $FreeBSD: head/lib/libkse/thread/thr_rwlockattr.c 55838 2000-01-12 09:28:58Z jasone $
37c37
< pthread_rwlockattr_destroy (pthread_rwlockattr_t *rwlockattr)
---
> pthread_rwlockattr_destroy(pthread_rwlockattr_t *rwlockattr)
55c55
< pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *rwlockattr,
---
> pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *rwlockattr,
64c64
< pthread_rwlockattr_init (pthread_rwlockattr_t *rwlockattr)
---
> pthread_rwlockattr_init(pthread_rwlockattr_t *rwlockattr)
84c84
< pthread_rwlockattr_setpshared (pthread_rwlockattr_t *rwlockattr, int pshared)
---
> pthread_rwlockattr_setpshared(pthread_rwlockattr_t *rwlockattr, int pshared)