]> sourceware.org Git - systemtap.git/commitdiff
Minor fix.
authorDavid Smith <dsmith@redhat.com>
Mon, 25 Nov 2013 22:11:33 +0000 (16:11 -0600)
committerDavid Smith <dsmith@redhat.com>
Mon, 25 Nov 2013 22:11:33 +0000 (16:11 -0600)
testsuite/systemtap.syscall/chmod.c

index 3fe4d85c55f2199cbc5c5eaa78e3eeff1cd361f1..3b2a4d5caf855e641142ae2934e3944c7a7efa9a 100644 (file)
@@ -47,7 +47,7 @@ int main()
 
 #if GLIBC_SUPPORT
   fchownat(AT_FDCWD, "foobar", 5002, -1, 0);
-  //staptest// fchownat (AT_FDCWD, "foobar", 5002, -1, XXXX) =
+  //staptest// fchownat (AT_FDCWD, "foobar", 5002, -1, 0x0) =
 #endif
 
   fchown(fd, -1, 5003);
This page took 0.026396 seconds and 5 git commands to generate.