diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-29 17:59:39 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-29 17:59:39 +0000 |
commit | b77409e605ccdebd4d6d9d5041db632bcd90cfdf (patch) | |
tree | ec3c19d553ff4d3aab377b2c140025b8650ff0d2 | |
parent | 9607dca3f4ae2ddc0517e4ac64da251e2c54a58c (diff) | |
download | glibc-b77409e605ccdebd4d6d9d5041db632bcd90cfdf.tar.gz glibc-b77409e605ccdebd4d6d9d5041db632bcd90cfdf.tar.xz glibc-b77409e605ccdebd4d6d9d5041db632bcd90cfdf.zip |
*** empty log message ***
* hurd/hurdinline.c: Include "hurd.h" for function definitions too.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62eb9ee405..a1332fe3b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Thu Aug 29 12:00:30 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + * hurd/hurdinline.c: Include "hurd.h" for function definitions too. + * stdio/fseek.c (fseek): Don't assume we know the file position; other handles may have changed it. So set STREAM.__offset to -1 before calling __stdio_check_offset to make sure we have a correct |