aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-25 03:43:58 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-25 03:43:58 +0000
commit5c288d4342ef0c095a1f28bba69c25b53bbf402f (patch)
treef0a7a7f344699e9774cafaeef9f597219b799e3c
parentcb3f5f08629830f7b513ca7f683f92cae803a1ad (diff)
downloadnewlib-5c288d4342ef0c095a1f28bba69c25b53bbf402f.zip
newlib-5c288d4342ef0c095a1f28bba69c25b53bbf402f.tar.gz
newlib-5c288d4342ef0c095a1f28bba69c25b53bbf402f.tar.bz2
Add top comment
-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 6af09f4..f7b7236 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>