cvs commit: src/lib/libc/sys Symbol.map fcntl.c src/lib/libc_r/uthread uthread_fcntl.c src/lib/libkse/thread thr_fcntl.c src/lib/libthr/thread thr_syscalls.c

Doug Rabson dfr at FreeBSD.org
Fri May 30 14:47:43 UTC 2008


dfr         2008-05-30 14:47:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         Symbol.map fcntl.c 
    lib/libc_r/uthread   uthread_fcntl.c 
    lib/libkse/thread    thr_fcntl.c 
    lib/libthr/thread    thr_syscalls.c 
  Log:
  Call the fcntl compatiblity wrapper from the thread library fcntl wrappers
  so that they get the benefit of the (limited) forward ABI compatibility.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.16      +1 -0      src/lib/libc/sys/Symbol.map
  1.3       +2 -2      src/lib/libc/sys/fcntl.c
  1.17      +3 -1      src/lib/libc_r/uthread/uthread_fcntl.c
  1.25      +2 -1      src/lib/libkse/thread/thr_fcntl.c
  1.18      +2 -1      src/lib/libthr/thread/thr_syscalls.c


More information about the cvs-all mailing list