diff options
Diffstat (limited to 'stdio-common/tempname.c')
-rw-r--r-- | stdio-common/tempname.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdio-common/tempname.c b/stdio-common/tempname.c index 60c94d6409..2c7bcdee0f 100644 --- a/stdio-common/tempname.c +++ b/stdio-common/tempname.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 95-98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 93, 95-98, 99, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -47,8 +47,9 @@ stub_warning (__path_search) */ int -__gen_tempname (tmpl, kind) +__gen_tempname (tmpl, flags, kind) char *tmpl; + int flags; int kind; { __set_errno (ENOSYS); |