implement barrier attribute functions (essentially no-ops)
authorRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 20:42:52 +0000 (15:42 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 20:42:52 +0000 (15:42 -0500)
commit951e76409117f114da4ce9895514658a88a3ad4b
tree696ea8313dcb3ce66f9192c481fa10058bf17ecf
parent8c967b93862193421c1ba0ed49b52835e9625ba1
implement barrier attribute functions (essentially no-ops)
src/thread/pthread_barrierattr_destroy.c [new file with mode: 0644]
src/thread/pthread_barrierattr_getpshared.c [new file with mode: 0644]
src/thread/pthread_barrierattr_init.c [new file with mode: 0644]
src/thread/pthread_barrierattr_setpshared.c [new file with mode: 0644]