OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millert_at_cvs.openbsd.org)
Date: Wed Nov 06 2002 - 01:13:58 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2002/11/06 00:13:58

    Modified files:
            lib/libc/arch/vax/gen: setjmp.S

    Log message:
    From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock,
    sigreturn. sigblock has not been a syscall since 4.3BSD and using
    SYSCALL directly seems like a bad idea in general.
    Fixes a build problem on vax. OK miod