X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=8de2f3c9838193cdf622d3e15ec0fd3c0baa6740;hb=7f0f521aa3f6b45259c5dfd5f7f11adcd1a7cac6;hp=69d5a41a109e0b7a3d2e82c3f988d28ec66c0402;hpb=68fd2d2dd6f265669a8957accd8a33e62786a97e;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 69d5a41..8de2f3c 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -73,7 +73,7 @@ void os_init(void) * that has more than one digit initially -- CSR, 2002-02-12 */ minor_version = atoi(name.release+2); if (minor_version < 4) { - fprintf(stderr,"linux minor version=%d;\n enabling workarounds for SPARC kernel bugs in signal handling.\n", minor_version); + FSHOW((stderr,"linux minor version=%d;\n enabling workarounds for SPARC kernel bugs in signal handling.\n", minor_version)); early_kernel = 1; } #endif