implement pthread_rwlockattr_* (essentially no-ops)
authorRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 21:43:25 +0000 (16:43 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 21:43:25 +0000 (16:43 -0500)
commitcc2e0b45a6fe7b0927519cc960fae8e4c0c0ebee
treeff18f47d8f384df0733b0ab84aef5601ff775959
parentb4d40e44e36f28cf5a52e9f0c12e622c3baf1657
implement pthread_rwlockattr_* (essentially no-ops)
src/thread/pthread_rwlockattr_destroy.c [new file with mode: 0644]
src/thread/pthread_rwlockattr_getpshared.c [new file with mode: 0644]
src/thread/pthread_rwlockattr_init.c [new file with mode: 0644]
src/thread/pthread_rwlockattr_setpshared.c [new file with mode: 0644]