diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-13 22:15:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-13 22:15:05 +0000 |
commit | 01dbca86d18a68e5fb79acc707612de408f73a11 (patch) | |
tree | 3b41f830e2e1ca6e157a842ab3a2e9fb64332b71 | |
parent | a13dab1c0fc22afd6065e35619883e95f9241c6d (diff) | |
download | glibc-01dbca86d18a68e5fb79acc707612de408f73a11.tar.gz glibc-01dbca86d18a68e5fb79acc707612de408f73a11.tar.xz glibc-01dbca86d18a68e5fb79acc707612de408f73a11.zip |
* sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member
names without __.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 876173ef40..0bfa6a74a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,9 @@ Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with $(common-objpfx) instead of $(objpfx). + * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member + names without __. + * Makerules [install-lib-non.a]: Find these things with $(objpfx) instead of $(common-objpfx). |