You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, q_remove_head always returned NULL without modifying
the list. Now, it properly removes the first element, copies its
value to the provided buffer, and returns the removed element.
This ensures correct queue behavior.
Change-Id: I32dd35453dac36972dce69c825703125bb54b27d
0 commit comments