Print this page
de-linting of .s files

*** 24,39 **** * Copyright 2019 Joyent, Inc. */ #include <sys/asm_linkage.h> - #if defined(__lint) - - char stubs_base[1], stubs_end[1]; - - #else /* __lint */ - #include "assym.h" /* * !!!!!!!! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! !!!!!!!! * --- 24,33 ----
*** 1303,1308 **** */ ENTRY_NP(stubs_end) nop - #endif /* lint */ --- 1297,1301 ----