summaryrefslogtreecommitdiff
path: root/libatomic/fand_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'libatomic/fand_n.c')
-rw-r--r--libatomic/fand_n.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libatomic/fand_n.c b/libatomic/fand_n.c
new file mode 100644
index 00000000000..ffe9ed8700f
--- /dev/null
+++ b/libatomic/fand_n.c
@@ -0,0 +1,3 @@
+#define NAME and
+#define OP(X,Y) ((X) & (Y))
+#include "fop_n.c"