]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
Forgot to commit changes to cacheline.c for mowgli_cahceline_size
authorPatrick McFarland <redacted>
Mon, 18 Feb 2013 02:10:48 +0000 (21:10 -0500)
committerPatrick McFarland <redacted>
Mon, 18 Feb 2013 02:10:48 +0000 (21:10 -0500)
src/libmowgli/platform/cacheline.c

index 74d08446a88b8a632a75f73315db57f7b452754a..7ca4c3d815ecd09d62d35639728680d3385bd470 100644 (file)
@@ -57,3 +57,7 @@ void mowgli_cacheline_bootstrap(void) {
 #endif
 }
 
+size_t mowgli_cacheline_size(void) {
+       return cacheline_size;
+}
+