summaryrefslogtreecommitdiff
path: root/setjmp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-05-24 20:55:39 +0000
committerRoland McGrath <roland@gnu.org>1993-05-24 20:55:39 +0000
commit8b8889fc072a9e13ca7154274a4dba72bad7d8ad (patch)
treeba9bca0c69d230a1d87a2ee1cc132affa8adc48d /setjmp
parentc456c0455ce9da80fb0cca1d4f9c4d2874d93b6d (diff)
entered into RCS
Diffstat (limited to 'setjmp')
-rw-r--r--setjmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile
index a43b8193a8..c16740e71b 100644
--- a/setjmp/Makefile
+++ b/setjmp/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -23,7 +23,7 @@ subdir := setjmp
headers := setjmp.h jmp_buf.h
-routines := setjmp sigjmp_save _setjmp \
+routines := setjmp sigjmp _setjmp \
longjmp _longjmp __longjmp siglongjmp
tests := tst-setjmp