]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/nacl/dl-map-segments.h
Narrowing the visibility of libc-internal.h even further.
[thirdparty/glibc.git] / sysdeps / nacl / dl-map-segments.h
index 501d8be6ece61b63f230f97ba0b3da6909994206..ab2ad43838575e5ac572be36c6fec4ed375b525e 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#ifndef _NACL_DL_MAP_SEGMENTS_H
+#define _NACL_DL_MAP_SEGMENTS_H 1
+
 #include <assert.h>
 #include <dl-load.h>
 #include <errno.h>
 #include <stdbool.h>
 #include <unistd.h>
-#include <libc-internal.h>
+#include <libc-pointer-arith.h>
 
 
 /* This is basically pread, but with iteration after short reads.  */
@@ -262,3 +265,5 @@ _dl_map_segments (struct link_map *l, int fd,
 
   return NULL;
 }
+
+#endif /* dl-map-segments.h */