Add top comment

This commit is contained in:
Christopher Faylor 2005-05-25 03:43:58 +00:00
parent cb3f5f0862
commit 5c288d4342
1 changed files with 6 additions and 0 deletions

View File

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