chiark / gitweb /
[PATCH] klibc: version 0.211
[elogind.git] / klibc / klibc / arch / i386 / sysstub.ph
index eaa818091140e98fce79d9c531d33bdc79226249..1ba7f36bac989af51cdb4457ac48730242fecf84 100644 (file)
@@ -16,7 +16,7 @@ sub make_sysstub($$$$@) {
     print OUT "${fname}:\n";
 
     if ( $stype eq 'varadic' ) {
-       print OUT "#ifdef REGPARM\n";
+       print OUT "#ifdef _REGPARM\n";
        print OUT "\tmovl  4(%esp),%eax\n";
        print OUT "\tmovl  8(%esp),%edx\n";
        print OUT "\tmovl 12(%esp),%ecx\n";