diff options
Diffstat (limited to 'devel/freelibiberty/files/patch-ab')
-rw-r--r-- | devel/freelibiberty/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/freelibiberty/files/patch-ab b/devel/freelibiberty/files/patch-ab new file mode 100644 index 000000000000..7d70a43f590c --- /dev/null +++ b/devel/freelibiberty/files/patch-ab @@ -0,0 +1,17 @@ +--- strsignal.c.orig Thu Sep 5 00:36:12 2002 ++++ strsignal.c Thu Sep 5 00:38:57 2002 +@@ -208,14 +208,6 @@ + same name, it differs from other implementations in that it is dynamically + initialized rather than statically initialized. */ + +-#ifdef NSIG +-static int sys_nsig = NSIG; +-#else +-#ifdef _NSIG +-static int sys_nsig = _NSIG; +-#endif +-#endif +-extern const char * const sys_siglist[]; + + + /* |