summaryrefslogtreecommitdiff
path: root/gnu/egcs/libf2c/libU77/ierrno_.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2012-04-14 06:01:43 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2012-04-14 06:01:43 +0000
commit39016485a7467e1fdc62b4e77c8cecba061ecdf4 (patch)
tree8613786a5fe755a03054390640cd111f3a999494 /gnu/egcs/libf2c/libU77/ierrno_.c
parent7282a200e9a6f3b23c4b910ccd116363d52619f4 (diff)
remove libf2c, hasn't been built since it was moved to ports in 2010.
ok miod@ espie@
Diffstat (limited to 'gnu/egcs/libf2c/libU77/ierrno_.c')
-rw-r--r--gnu/egcs/libf2c/libU77/ierrno_.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/egcs/libf2c/libU77/ierrno_.c b/gnu/egcs/libf2c/libU77/ierrno_.c
deleted file mode 100644
index 557b53a4664..00000000000
--- a/gnu/egcs/libf2c/libU77/ierrno_.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
-This file is part of GNU Fortran libU77 library.
-
-This library is free software; you can redistribute it and/or modify it
-under the terms of the GNU Library General Public License as published
-by the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-GNU Fortran is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with GNU Fortran; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include <errno.h>
-#include "f2c.h"
-
-#ifdef KR_headers
-integer G77_ierrno_0 ()
-#else
-integer G77_ierrno_0 (void)
-#endif
-{
- return errno;
-}