X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-headers.c;h=facc3f8273225cc081ad2c8339e782103a985d3c;hb=dcf5978d9d33098e868ae6eea28e1b310038c03d;hp=2254aa3c446a547258e60601c096bc41422498b3;hpb=d039e5131ac15717049378a664e0e782f32506a2;p=sbcl.git diff --git a/tools-for-build/grovel-headers.c b/tools-for-build/grovel-headers.c index 2254aa3..facc3f8 100644 --- a/tools-for-build/grovel-headers.c +++ b/tools-for-build/grovel-headers.c @@ -55,7 +55,7 @@ main(int argc, char *argv[]) /* don't need no steenking hand-editing */ printf( ";;;; This is an automatically generated file, please do not hand-edit it.\n\ -;;;; See the program \"grovel_headers.c\".\n\ +;;;; See the program \"grovel-headers.c\".\n\ \n\ "); @@ -188,9 +188,5 @@ main(int argc, char *argv[]) DEFSIGNAL(SIGXCPU); DEFSIGNAL(SIGXFSZ); #endif -#ifdef LISP_FEATURE_SB_THREAD - /* FIXME OAOOM alert: this information is duplicated in linux-os.h */ - defconstant("sig-dequeue",SIGRTMIN+2); -#endif return 0; }