summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/ChangeLog5
-rw-r--r--tapset/null.stp2
2 files changed, 7 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 5ccfe91e..da21a5ff 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5956.
+ * null.stp: New file, defining global NULL=0.
+
2008-03-11 Will Cohen <wcohen@redhat.com>
* syscalls2.stp (syscall.wait{4|id}): Correct for 2.6.24.n kernels.
diff --git a/tapset/null.stp b/tapset/null.stp
new file mode 100644
index 00000000..c8713665
--- /dev/null
+++ b/tapset/null.stp
@@ -0,0 +1,2 @@
+
+global NULL = 0