Changeset 16d5e394 in rtems for testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
- Timestamp:
- Nov 24, 2018, 8:11:50 PM (13 months ago)
- Branches:
- master
- Children:
- 183b0ae
- Parents:
- ffe9e7a
- git-author:
- ABR290B <abhimanyuraghuvanshi29@…> (11/24/18 20:11:50)
- git-committer:
- Joel Sherrill <joel@…> (11/25/18 15:36:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
rffe9e7a r16d5e394 1 1 /* 2 * This test file is used to verify that the header files associated with 3 * invoking this function are correct. 4 2 * @file 3 * @brief pthread_attr_setstacksize() API Conformance Test 4 */ 5 5 6 6 /* 7 *COPYRIGHT (c) 1989-2009.8 *On-Line Applications Research Corporation (OAR).9 10 *The license and distribution terms for this file may be11 *found in the file LICENSE in this distribution or at12 *http://www.rtems.org/license/LICENSE.13 7 * COPYRIGHT (c) 1989-2009. 8 * On-Line Applications Research Corporation (OAR). 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 14 15 15 #ifdef HAVE_CONFIG_H
Note: See TracChangeset
for help on using the changeset viewer.