shithub: gefs

Download patch

ref: 50fa1c68904a3cf5c73745e2e6a48f13b1ed7bf7
parent: 4b0b5a2bd47b49e4e940cebd91e184a936086cb3
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Dec 19 22:33:30 EST 2023

atomic: remove aincp: it's not a useful operation

--- a/atomic.h
+++ b/atomic.h
@@ -8,7 +8,6 @@
 
 long	aincl(long*, long);
 vlong	aincv(vlong*, vlong);
-void*	aincp(void**, void*);
 
 int	acasl(long*, long, long);
 int	acasv(vlong*, vlong, vlong);