Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/mktemp.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/mktemp.cc b/winsup/cygwin/mktemp.cc
index 6af09f43e..f7b7236f1 100644
--- a/winsup/cygwin/mktemp.cc
+++ b/winsup/cygwin/mktemp.cc
@@ -1,3 +1,9 @@
+/* mktemp.cc: mktemp functions
+
+This file is adapted for Cygwin from FreeBSD.
+
+See the copyright at the bottom of this file. */
+
#include "winsup.h"
#include "cygerrno.h"
#include <sys/cdefs.h>