1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Correct path for ldsodefs.h file.

This commit is contained in:
Ulrich Drepper
2000-03-23 22:46:19 +00:00
parent 383052e98c
commit b8445829fb
2 changed files with 1 additions and 400 deletions

View File

@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <bits/libc-lock.h>
#include <elf/ldsodefs.h>
#include <ldsodefs.h>
#include <sys/types.h>
#include <sys/mman.h>