diff options
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 4b9ec71338..8c7bae9c45 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -32,11 +32,8 @@ routines := \ perror psignal \ tmpfile tmpnam tempnam tempname \ getline getw putw \ - remove rename - -ifneq (,$(filter %REENTRANT, $(defines))) -routines += lockfile -endif + remove rename \ + lockfile aux := errlist siglist distribute := _itoa.h printf-parse.h |