X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sysdeps%2Funix%2Fsysv%2Flinux%2Falpha%2Fsigprocmask.c;h=0e807179bfd9b37a137b00e1db66ef19df0b973b;hb=5a82c74822d3272df2f5929133680478c0cfb4bd;hp=a6abaf9577ce9607f409a69b12b15e1826b069ce;hpb=68b7efaadb1b6045a56277ea62d324c20ac0b633;p=platform%2Fupstream%2Fglibc.git diff --git a/sysdeps/unix/sysv/linux/alpha/sigprocmask.c b/sysdeps/unix/sysv/linux/alpha/sigprocmask.c index a6abaf9..0e80717 100644 --- a/sysdeps/unix/sysv/linux/alpha/sigprocmask.c +++ b/sysdeps/unix/sysv/linux/alpha/sigprocmask.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2014 Free Software Foundation, Inc. +/* Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger (davidm@azstarnet.com). @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library. If not, see - . */ + . */ #include #include @@ -54,4 +54,5 @@ __sigprocmask (int how, const sigset_t *set, sigset_t *oset) return 0; } +libc_hidden_def (__sigprocmask) weak_alias (__sigprocmask, sigprocmask);