Changeset 7a758c2 in rtems-docs for posix1003_1/posix1003_1.rst
- Timestamp:
- 01/17/16 00:11:59 (7 years ago)
- Branches:
- 4.11, 5, am, master
- Children:
- ef0a063
- Parents:
- 735de5f
- git-author:
- Amar Takhar <amar@…> (01/17/16 00:11:59)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
posix1003_1/posix1003_1.rst
r735de5f r7a758c2 778 778 ==== 779 779 780 .. _Get-System-Time:781 782 780 Get System Time 783 781 --------------- … … 800 798 Environment Variables 801 799 ===================== 802 803 .. _Environment-Access:804 800 805 801 Environment Access … … 939 935 ===================== 940 936 941 .. _Open-a-File:942 943 937 Open a File 944 938 ----------- … … 1019 1013 1020 1014 rmdir(), Function, Implemented 1021 1022 .. _Rename-a-File:1023 1015 1024 1016 Rename a File … … 1236 1228 1237 1229 NOTE: A number of constants are used by both ``open`` and ``fcntl``.``O_CREAT``, ``O_EXCL``, ``O_NOCTTY``, ``O_TRUNC``,``O_APPEND``, ``O_DSYNC``, ``O_NONBLOCK``, ``O_RSYNC``,``O_SYNC``, ``O_RDONLY``, ``O_RDWR``, and ``O_WRONLY`` 1238 are also included in another section. See :ref:`Open a File <Open-a-File>`.1230 are also included in another section. See `Open a File`_. 1239 1231 1240 1232 Reposition Read/Write File Offset … … 1688 1680 ungetc(), Function, Implemented 1689 1681 1690 NOTE: ``rename`` is also included in another section. :ref:`Rename a File <Rename-a-File>`.1682 NOTE: ``rename`` is also included in another section. `Rename a File`_. 1691 1683 1692 1684 ANSI C Section 4.10 â General Utilities … … 1708 1700 qsort(), Function, Implemented 1709 1701 1710 NOTE: ``getenv`` is also included in another section. :ref:`Environment Access <Environment-Access>`.1702 NOTE: ``getenv`` is also included in another section. `Environment Access`_. 1711 1703 1712 1704 ANSI C Section 4.11 â String Handling … … 1740 1732 NOTE: RTEMS has no notion of time zones. 1741 1733 1742 NOTE: ``time`` is also included in another section. :ref:`Get System Time <Get-System-Time>`.1734 NOTE: ``time`` is also included in another section. `Get System Time`_. 1743 1735 1744 1736 From Surrounding Text
Note: See TracChangeset
for help on using the changeset viewer.