KO Myung-Hun posted:
> 0001-sched-check-struct-sched_param-in-spawn.h-as-well.patch

Thanks. This looks much better now. Just two small improvements I'd like
to ask for:

- In m4/sched_h.m4, can you bump the marker "sched_h.m4 serial 6"
  to "sched_h.m4 serial 7"?

- In lib/sched.in.h: We try to put all #includes before all type definitions
  and variable/function declarations. (Otherwise the overriding of function
  declarations may not work well in the long run.) Can you move the
  #ifdef ... / # include <spawn.h>
  near the #include <sys/types.h>, that is, before the
  #if !@HAVE_STRUCT_SCHED_PARAM@

Thanks.

Bruno


Reply via email to