cvs commit: src/include nl_types.h stdio.h src/sys/sys cdefs.h

Stefan Farfeleder stefanf at FreeBSD.org
Thu Jan 26 12:53:41 PST 2006


stefanf     2006-01-26 20:53:40 UTC

  FreeBSD src repository

  Modified files:
    include              nl_types.h stdio.h 
    sys/sys              cdefs.h 
  Log:
  Analogous to __printflike and __scanflike, add the macro __format_arg which
  expands to the GCC format_arg attribute if supported.
  
  This fixes a syntax error in <nl_types.h> for compilers/tools not
  implementing the GCC __attribute__ extensions.
  
  Revision  Changes    Path
  1.12      +1 -2      src/include/nl_types.h
  1.57      +1 -6      src/include/stdio.h
  1.91      +2 -0      src/sys/sys/cdefs.h


More information about the cvs-src mailing list