diff options
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index e65ff70713..240016c112 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -30,7 +30,7 @@ routines := \ vfscanf \ fscanf scanf sscanf \ perror psignal \ - tmpfile tmpnam tempnam tempname \ + tmpfile tmpnam tmpnam_r tempnam tempname \ getline getw putw \ remove rename \ lockfile |