aboutsummaryrefslogtreecommitdiffstats
path: root/mkstemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkstemp.c')
-rw-r--r--mkstemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkstemp.c b/mkstemp.c
index 90051bdaf4..07e1b0ef45 100644
--- a/mkstemp.c
+++ b/mkstemp.c
@@ -34,7 +34,7 @@
#endif
#ifndef __set_errno
-#define __set_errno(x) errno=(x)
+#define __set_errno(x) errno=(x)
#endif
#ifndef O_BINARY
#define O_BINARY 0