Fix multiple definitions of mk[o]stemp[s]64

This commit is contained in:
Andreas Schwab 2016-11-22 11:56:08 +01:00
parent 6c9e1be87a
commit 65a77b5585
5 changed files with 11 additions and 0 deletions

View file

@ -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]

View file

@ -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>

View file

@ -16,6 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -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>

View file

@ -16,6 +16,7 @@
<http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>