OSDN Git Service

move pthread_barrier_{init,destroy} to sysdeps/pthread
authorAustin Foxley <austinf@cetoncorp.com>
Thu, 18 Feb 2010 00:52:15 +0000 (16:52 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Thu, 18 Feb 2010 00:55:05 +0000 (16:55 -0800)
commit44f3864ffcf205930a0cf7e553ab91f2cb01d02d
tree59c592810e0ece55af323938d3a5887e4b66206d
parentf09e8e4ba639d236322e10130fbc19845f61d59a
move pthread_barrier_{init,destroy} to sysdeps/pthread
for archs that implement their own like sparc and x86_64

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libpthread/nptl/Makefile.in
libpthread/nptl/sysdeps/pthread/Makefile.in
libpthread/nptl/sysdeps/pthread/pthread_barrier_destroy.c [moved from libpthread/nptl/pthread_barrier_destroy.c with 100% similarity]
libpthread/nptl/sysdeps/pthread/pthread_barrier_init.c [moved from libpthread/nptl/pthread_barrier_init.c with 100% similarity]
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c [new file with mode: 0644]