Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2007 14:23:29 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libkse/arch/ia64/include pthread_md.h src/lib/libkse/arch/powerpc/include pthread_md.h
Message-ID:  <200712011423.lB1ENTgb017729@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-12-01 14:23:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libkse/arch/ia64/include pthread_md.h 
    lib/libkse/arch/powerpc/include pthread_md.h 
  Log:
  For un-prototyped static inline functions declared in pthread_md.h on
  ia64, powerpc, and sparc64, use ANSI function headers and specifically
  indicate the lack of arguments with 'void'.  Otherwise, warnings are
  generated at WARNS=3, leading to a compile failure with -Werror.
  
  Revision  Changes    Path
  1.20      +1 -1      src/lib/libkse/arch/ia64/include/pthread_md.h
  1.9       +2 -2      src/lib/libkse/arch/powerpc/include/pthread_md.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712011423.lB1ENTgb017729>