6244 libfakekernel lint library needs to include fakekernel_init

Review Request #98 — Created Sept. 19, 2015 and submitted

richlowe
illumos-gate
e33fe82...
general
6244 libfakekernel lint library needs to include fakekernel_init

Full builds, including on the the branch that prompts lint(1) to actually complain.

> lintdump proto/root_i386/usr/lib/llib-lfakekernel.ln | grep _init
         extern void kmutex_init(struct _kmutex *, char *, int, void *);
         extern void rw_init(struct _krwlock *, char *, int, void *);
         extern void ksema_init(struct _lwp_sema *, unsigned int, char *, int, void *);
         extern void cv_init(struct _lwp_cond *, char *, int, void *);
         extern void fakekernel_init(void);
jeffpc
  1. Ship It!
  2. 
      
jeffpc
  1. Random thought: Can you paste some info into the bug that demonstrates how lint fails?

    1. Yeah, definitely. I thought I had done. :)

      Done now.

  2. 
      
gwr
  1. Ship It!
  2. 
      
andy_js
  1. Ship It!
  2. 
      
richlowe
Review request changed

Status: Closed (submitted)

Loading...