Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2012-10-02 01:57:54 +0400
committerJeff Johnston <jjohnstn@redhat.com>2012-10-02 01:57:54 +0400
commit964f7c34d1d40dd5f0a0fa4262f733edff61ace8 (patch)
tree5f753b7175b2e10faff84e73626604790e9db435 /newlib/HOWTO
parent125bb3c9eabc1146f57bfa2b82952da9e485e882 (diff)
2012-10-01 Jeff Johnston <jjohnstn@redhat.com>
* README: replace sources.redhat.com with sourceware.org. * HOWTO: Ditto.
Diffstat (limited to 'newlib/HOWTO')
-rw-r--r--newlib/HOWTO4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/HOWTO b/newlib/HOWTO
index 6a0f2a92f..63616200d 100644
--- a/newlib/HOWTO
+++ b/newlib/HOWTO
@@ -84,12 +84,12 @@ purpose of Linux-based open standards for embedded development. In brief,
the intent is to define multiple levels for API functions that allows the
user to size the library appropriately for their application--at least in
terms of the predefined lists. For full details, refer to the EL/IX home
-page at http://sources.redhat.com/elix/. The likely best way to tell how to
+page at http://sourceware.org/elix/. The likely best way to tell how to
classify any new functions in terms of needing an ELIX level qualification
is to ask Jeff Johnston. To see how it works and try classification on your
own, refer to the API specification on the web site,
-http://sources.redhat.com/elix/api/current/api.pdf.
+http://sourceware.org/elix/api/current/api.pdf.
(Unfortunately, it is not complete with respect to either the C99 or POSIX
standards, so particular C and POSIX functions may or may not be found.)