timer_create: volatile static -> static volatile
commitc5459df18879dad8f5388480d588edbcbd1b7eb2
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Wed, 1 Nov 2023 23:37:08 +0000 (1 19:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 6 Nov 2023 18:28:28 +0000 (6 13:28 -0500)
treea192b886c9015b1f01488674de4cf6d49851d677
parent7bb11f75c50386ca4ac7af32365754135a027193
timer_create: volatile static -> static volatile

C11 6.11.5p1:

> The placement of a storage-class specifier other than at the
> beginning of the declaration specifiers in a declaration is an
> obsolescent feature.

gcc also warns about this.
src/time/timer_create.c