Module Name: src Committed By: riastradh Date: Thu May 25 14:29:45 UTC 2023
Modified Files: src/lib/libpthread: pthread_int.h src/lib/libpthread/arch/arm: pthread_md.h Log Message: libpthread: Use __nothing, not /* nothing */, for empty macros. No functional change intended -- just safer to do it this way in case the macros are used in if branches or comma expressions. PR port-arm/57437 (pthread__smt_pause/wake issue) XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/lib/libpthread/pthread_int.h cvs rdiff -u -r1.11 -r1.12 src/lib/libpthread/arch/arm/pthread_md.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.