diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-21 21:19:39 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:40 +0200 |
commit | 9f68f0cbf8c8eea6a7f9e195e4617bbaa808d7c6 (patch) | |
tree | 9ae1ee654e34413a41431b1fc032e42369c25b0a /Makefile.in | |
parent | a92060fe161073a41a3b73e8533d65125f84e3a8 (diff) |
cancel.h: add generic file to ease cancellation support
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9de340011..0be507a16 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,6 +217,7 @@ $(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c # if the option expands to nothing though, we can punt the headers. HEADERS_RM- := \ internal \ + cancel.h \ dl-osinfo.h \ jmpbuf-offsets.h \ jmpbuf-unwind.h \ |