mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix shm-directory.h #include.
This commit is contained in:
parent
585d9c182d
commit
bc0ed9f755
@ -1,3 +1,8 @@
|
||||
2015-01-09 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/posix/shm-directory.c: Use <> rather than ""
|
||||
for #include of <shm-directory.h>.
|
||||
|
||||
2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
|
||||
|
||||
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "shm-directory.h"
|
||||
#include <shm-directory.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if _POSIX_MAPPED_FILES
|
||||
|
Loading…
Reference in New Issue
Block a user