Attention is currently required from: Anastasia Klimchuk, Brian Norris, Thomas Heijligen.
3 comments:
File meson.build:
Patch Set #4, Line 121: DHAVE_NANOSLEEP=1
yeah, maybe something similar to the `Makefile.d/clock_gettime_test. […]
On reflection, this isn't even required. We previously only avoided using `nanosleep` on DOS, and DOS now has its own version of this file so we can assume this function is always available. Removed this check and the sleep+usleep branch in `internal_sleep`.
File udelay.c:
I think this counts as a significant change, maybe you want to add your copyright here?
Done
Patch Set #4, Line 76: timeusec
I'm gonna say you probably didn't test this part 😜
😬 thanks. I've added a test for basic delay operation and hacked meson.build temporarily to verify that everything builds and the test passes in both cases now.
To view, visit change 81545. To unsubscribe, or for help writing mail filters, visit settings.