X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Fsigaction.c;h=9688c694a710536b8aa5832090a4731e145e6b3e;hp=36442e090a410f6e28e4a90868e79aa3b3988efb;hb=fae162795e065e5901068152e91f2962b6b247f3;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/ncurses/base/sigaction.c b/ncurses/base/sigaction.c index 36442e09..9688c694 100644 --- a/ncurses/base/sigaction.c +++ b/ncurses/base/sigaction.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2002,2003 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -35,7 +36,7 @@ /* This file provides sigaction() emulation using sigvec() */ /* Use only if this is non POSIX system */ -MODULE_ID("$Id: sigaction.c,v 1.14 2003/12/07 01:06:52 tom Exp $") +MODULE_ID("$Id: sigaction.c,v 1.15 2020/02/02 23:34:34 tom Exp $") static int _nc_sigaction(int sig, sigaction_t * sigact, sigaction_t * osigact)