cvs commit: src/lib/libc/amd64/gen Makefile.inc makecontext.c signalcontext.c

Daniel Eischen deischen at FreeBSD.org
Fri Jul 18 21:41:10 PDT 2003


deischen    2003/07/18 21:41:09 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/gen   Makefile.inc 
  Added files:
    lib/libc/amd64/gen   makecontext.c signalcontext.c 
  Log:
  Add amd64 versions of makecontext() and signalcontext() needed
  for libkse (makecontext() is also needed for libthr).
  These probably will need some tweaking.
  
  Revision  Changes    Path
  1.22      +2 -1      src/lib/libc/amd64/gen/Makefile.inc
  1.1       +103 -0    src/lib/libc/amd64/gen/makecontext.c (new)
  1.1       +103 -0    src/lib/libc/amd64/gen/signalcontext.c (new)


More information about the cvs-all mailing list