Add more description about gnu c library in GS architecture page
authorJin-Woo Jeong <jinw.jeong@samsung.com>
Wed, 9 Dec 2015 02:24:48 +0000 (11:24 +0900)
committerJin-Woo Jeong <jinw.jeong@samsung.com>
Wed, 9 Dec 2015 02:25:09 +0000 (11:25 +0900)
Change-Id: I3268eae80e428af583b7ef7e0ed7d97a447d3e54

org.tizen.gettingstarted/html/native/details/details_n.htm

index a6d8746..8ffdc4d 100644 (file)
@@ -73,7 +73,7 @@ src="../../images/what_is_tizen_architecture.png" /></p>
 <p>The Web framework accommodates and leverages most up-to-date Web technologies. It provides a large number of HTML5 functionalities defined by W3C and other standardization groups, such as video, audio, form, 2D canvas, WebGL, CSS3, geolocation, vibration, Web socket, and Web worker. In addition, the framework defines various new device APIs, which enable you to access device functionalities, such as Bluetooth, near field communication (NFC), alarm, and messaging. The device functionalities are provided with a strict rule-based security control system that restricts the malicious use of the device APIs.</p></li>
 
 <li>Native framework 
-<p>The native framework is composed of system services and a set of native modules across various domains, with which native applications can be developed. The modules include, for example, Base, Application framework, Security, UI, Network, Messaging, Social, Locations, and Web. The framework also provides popular standard open source libraries, such as eglibc, libstdc++, libxml2, OpenAL, and OpenMP&reg;, to support efficient application development and the migration of pre-existing applications using such libraries.</p>
+<p>The native framework is composed of system services and a set of native modules across various domains, with which native applications can be developed. The modules include, for example, Base, Application framework, Security, UI, Network, Messaging, Social, Locations, and Web. The framework also provides popular standard open source libraries, such as GNU C library (eglibc/glibc), libstdc++, libxml2, OpenAL, and OpenMP&reg;, to support efficient application development and the migration of pre-existing applications using such libraries.</p>
 
 <table class="note">
   <tbody>