From 97a46c97ec7745c8680de82198ddabfa9c95dc47 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 Jan 2011 03:14:25 -0500 Subject: Add more entry points from . --- deheader | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deheader b/deheader index 04ef75f..6011918 100755 --- a/deheader +++ b/deheader @@ -971,6 +971,13 @@ requirements = ( (r"wait3()", ["", ""]), (r"waitid()", ["", ""]), (r"waitpid()", ["", ""]), + (r"WEXITSTATUS()", ["", ""]), + (r"WIFCONTINUED()", ["", ""]), + (r"WIFEXITED()", ["", ""]), + (r"WIFSIGNALED()", ["", ""]), + (r"WIFSTOPPED()", ["", ""]), + (r"WSTOPSIG()", ["", ""]), + (r"WTERMSIG()", ["", ""]), # tan - tangent function (r"tan()", [""]), # tanh - hyperbolic tangent function -- cgit v1.2.3-70-g09d2