]> sourceware.org Git - glibc.git/commitdiff
Fix multiple definitions of mk[o]stemp[s]64
authorAndreas Schwab <schwab@suse.de>
Tue, 22 Nov 2016 10:56:08 +0000 (11:56 +0100)
committerAndreas Schwab <schwab@suse.de>
Tue, 22 Nov 2016 12:51:19 +0000 (13:51 +0100)
ChangeLog
misc/mkostemp.c
misc/mkostemps.c
misc/mkstemp.c
misc/mkstemps.c

index 4bc963555c7b4d077366e6289a1122e2ec0cabb7..60531095db1dcf533799eb063a40848344b5fb2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index c990bbd75b7c61b79258502a94cd1dd448443693..fee2b66cd15173ae6b3b55c628d9a3184e6fe1dc 100644 (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>
 
index fcc6053ef31a1ffa49d7834254864f2ee38f2d82..a7a87bfa2e4504c76b2b3dee03cf5cad35dfe2ca 100644 (file)
@@ -16,6 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 
index 69c6c00b79c59f7b9486342070d91cf2b919a063..e125803a6b6ba669cb6af4e3e5530fc06b59c49a 100644 (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>
 
index 1f46ef57fed4576344086df6bc11ccc4109141e6..217606db7a7deb6a9f8cd3a0b485297b967c61e1 100644 (file)
@@ -16,6 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 
This page took 0.379929 seconds and 5 git commands to generate.