On Sunday 05 April 2009 02:03:33 Mike Frysinger wrote:
> and here is openat(-11, ...):
> before: openat(-11, "/", O_WRONLY) = -1 EISDIR (Is a
> directory)
> after: openat(4294967285, "/", O_WRONLY) = -1 EISDIR (Is a
> directory)
ugh, obviously i had these before/after lines swap
forgot to include an example ...
here is openat(AT_FDCWD, ...):
before: openat(4294967196, "/", O_WRONLY) = -1 EISDIR (Is a directory)
after: openat(AT_FDCWD, "/", O_WRONLY) = -1 EISDIR (Is a directory)
and here is openat(-11, ...):
before: openat(-11, "/", O_WRONLY) =
Signed-off-by: Mike Frysinger
---
file.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/file.c b/file.c
index 614ba1e..138bac0 100644
--- a/file.c
+++ b/file.c
@@ -328,13 +328,16 @@ const struct xlat open_mode_flags[] = {
# define AT_FDCWD-100
#en
This was broken way back in the day:
file.c,v 1.37 2001/03/07 16:03:20 hughesj
Signed-off-by: Mike Frysinger
---
file.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/file.c b/file.c
index 138bac0..301f4ff 100644
--- a/file.c
+++ b/file.c
@@ -1,5 +1,4 @@
/*
-#ifde
On Tuesday 24 March 2009 21:44:25 Roland McGrath wrote:
> Of course I understand LFS. I don't understand what you think is wrong nor
> what you think you are fixing. Those are what need to precede any patch.
>
> -D_FILE_OFFSET_BITS=64 might be intractable for strace. It needs to decode
> the 32-
You didnt even think about it http://tqyol.gooddruginfo.at/
--
___
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stra