Add top comment
This commit is contained in:
parent
cb3f5f0862
commit
5c288d4342
|
@ -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 "winsup.h"
|
||||||
#include "cygerrno.h"
|
#include "cygerrno.h"
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
|
Loading…
Reference in New Issue