diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index 691ac03..ce8708c 100644 --- a/io/Makefile +++ b/io/Makefile @@ -45,6 +45,11 @@ routines := \ unlink rmdir \ ftw fts poll +# These routines will be omitted from the libc shared object. +# Instead the static object files will be included in a special archive +# linked against when the shared library will be used. +static-only-routines = stat fstat lstat mknod + others := pwd tests := test-utime |