commit | e3bf56a9de9b2feda1b40d9dc1b55926ffd62638 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Mon Mar 19 11:05:17 2001 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Mon Mar 19 11:05:17 2001 +0000 |
tree | 3cc8b79a510f1bb97cd79a89ef3d7ce1f2afab59 | |
parent | 6f2bbe219b8ff49bb5c4466f1d2eea435fdff9a2 [diff] [blame] |
add getdents64 and fcntl64 (not decoded yet)
diff --git a/ChangeLog b/ChangeLog index 5ce3b5c..eae2810 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,6 +1,7 @@ 2001-03-19 Wichert Akkerman <wakkerma@debian.org> * linux/mips/syscallent.h: we can't have -1 nargs, change to 0 + * linux/syscallent.h: not that syscalls 220 and 221 are used now * config.guess: updated 2001-03-17 Wichert Akkerman <wakkerma@debian.org>