diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-10 03:10:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-10 03:10:20 +0000 |
commit | 1dc843f70a0b231da05b0acd238d76968aec279b (patch) | |
tree | 024ac56d734d3cd28ab061b63f82c69d16907640 /libio | |
parent | c44a663dca2b0e3f3ac9e9e010bc83d58912803e (diff) | |
download | glibc-1dc843f70a0b231da05b0acd238d76968aec279b.zip glibc-1dc843f70a0b231da05b0acd238d76968aec279b.tar.gz glibc-1dc843f70a0b231da05b0acd238d76968aec279b.tar.bz2 |
Update.
2001-04-09 Ulrich Drepper <drepper@redhat.com>
* libio/Makefile (distribute): Add fd_to_filename.h.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index ab21780..ef13719 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -93,7 +93,8 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ oldiofgetpos oldiofgetpos64 oldiofsetpos \ oldiofsetpos64 -distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh +distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh \ + fd_to_filename.h include ../Rules |