Remove a white space.
[deliverable/binutils-gdb.git] / gold / output.h
index 6c37dfd0191c3d9e9b560901c424ac204368646f..5d2c62f3e3c28a0aba9095c14bc670ee5166c519 100644 (file)
@@ -3115,10 +3115,14 @@ class Output_file
   { }
 
  private:
-  // Map the file into memory and return a pointer to the map.
+  // Map the file into memory.
   void
   map();
 
+  // Allocate anonymous memory for the file.
+  void*
+  map_anonymous();
+
   // Unmap the file from memory (and flush to disk buffers).
   void
   unmap();
This page took 0.024116 seconds and 4 git commands to generate.