Index: libiohelp/shared.c =================================================================== RCS file: /cvsroot/hurd/hurd/libiohelp/shared.c,v retrieving revision 1.1 diff -r1.1 shared.c 22a23,26 > void > iohelp_fetch_shared_data (void *) __attribute__ ((weak)); > void > iohelp_put_shared_data (void *) __attribute__ ((weak)); 35,41d38 < < < void < iohelp_fetch_shared_data (void *foo) __attribute__ ((weak)); < void < iohelp_put_shared_data (void *foo) __attribute__ ((weak)); <