mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Fix multiple definitions of mk[o]stemp[s]64
This commit is contained in:
parent
6c9e1be87a
commit
65a77b5585
@ -1,3 +1,10 @@
|
||||
2016-11-22 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* misc/mkstemp.c: Include <fcntl.h>.
|
||||
* misc/mkstemps.c: Likewise.
|
||||
* misc/mkostemp.c: Likewise.
|
||||
* misc/mkostemps.c: Likewise.
|
||||
|
||||
2016-11-22 Adhemerval Zanella <adhemerva.zanella@linaro.org>
|
||||
|
||||
[BZ #20847]
|
||||
|
@ -15,6 +15,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user