Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 21:11:53 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen _pthread_stubs.c _spinlock_stub.c _thread_init.c src/lib/libc/stdio _flock_stub.c src/lib/libc/sys __error.c
Message-ID:  <200104100411.f3A4Brd40688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2001/04/09 21:11:53 PDT

  Modified files:
    lib/libc/gen         _pthread_stubs.c _spinlock_stub.c 
                         _thread_init.c 
    lib/libc/stdio       _flock_stub.c 
    lib/libc/sys         __error.c 
  Log:
  To be consistent, use the __weak_reference macro from <sys/cdefs.h>
  instead of #pragma weak to create weak definitions.  This macro is
  improperly named, though, since a weak definition is not the same
  thing as a weak reference.
  
  Suggested by:	bde
  
  Revision  Changes    Path
  1.4       +27 -28    src/lib/libc/gen/_pthread_stubs.c
  1.6       +5 -4      src/lib/libc/gen/_spinlock_stub.c
  1.4       +5 -3      src/lib/libc/gen/_thread_init.c
  1.11      +5 -5      src/lib/libc/stdio/_flock_stub.c
  1.3       +2 -2      src/lib/libc/sys/__error.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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