{section: Build the Full Port}
 
-...
+This was mostly just finding the =GLIBC219= checks and adding =GLIBC224= to them.  One exception was =wait4()=; not sure if this is a glibc change or the compiler getting pickier, but apparently wait4()'s third argument really needs to be an =int *= rather than a =void *=.  Updated the remap to match the new declaration.
+
+Next up: testing.