diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-08 00:04:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-08 00:04:36 +0000 |
commit | 814b6b4c9d157ec1c6d88f738c9020f74adcfbb2 (patch) | |
tree | c7339396cfb405fa4eaea6f501f48d752d329932 /lang/ifc7/files/linux_file.c | |
parent | Update to 0.3. (diff) |
IFC fails to link when invoked with -ax or -x option
because a static library of ifc has an unresolved symbol, __sigsetjmp.
The following is an example of error messages:
PR: 57574
Submitted by: Masakazu HIGAKI <higamasa@dream.com>
Notes
Notes:
svn path=/head/; revision=90575
Diffstat (limited to 'lang/ifc7/files/linux_file.c')
-rw-r--r-- | lang/ifc7/files/linux_file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/ifc7/files/linux_file.c b/lang/ifc7/files/linux_file.c index c6c6dd46fdc1..61f5acd32712 100644 --- a/lang/ifc7/files/linux_file.c +++ b/lang/ifc7/files/linux_file.c @@ -30,9 +30,6 @@ #include <sys/types.h> #include <sys/stat.h> -static short unsigned int ctype_b[256] = { 0 }; -short unsigned int *__ctype_b = ctype_b; - /* This matches struct stat64 in glibc2.1, hence the absolutely * insane amounts of padding around dev_t's. */ |