mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Add a missing #include.
This commit is contained in:
parent
cdd915fd16
commit
a2433aac7e
@ -1,5 +1,7 @@
|
|||||||
2012-08-08 Roland McGrath <roland@hack.frob.com>
|
2012-08-08 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/posix/fdopendir.c: Include <stddef.h>.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
|
* sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
|
||||||
sysdeps/unix -> sysdeps/posix move.
|
sysdeps/unix -> sysdeps/posix move.
|
||||||
* sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
|
* sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2005, 2006, 2011 Free Software Foundation, Inc.
|
/* Copyright (C) 2005-2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -18,6 +18,7 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <not-cancel.h>
|
#include <not-cancel.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user