diff options
Diffstat (limited to 'libguile/mkstemp.c')
-rw-r--r-- | libguile/mkstemp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/mkstemp.c b/libguile/mkstemp.c index fe2487dae..25b23e23e 100644 --- a/libguile/mkstemp.c +++ b/libguile/mkstemp.c @@ -47,6 +47,11 @@ #define TMP_MAX 16384 #endif +/* We provide this prototype to avoid compiler warnings. If this ever + conflicts with a declaration in a system header file, we'll find + out, because we should include that header file here. */ +int mkstemp (char *); + /* Generate a unique temporary file name from TEMPLATE. TEMPLATE has the form: |