Changeset 8741d2c in rtems-docs
- Timestamp:
- 09/06/22 22:31:18 (15 months ago)
- Branches:
- master
- Children:
- c33cca3
- Parents:
- 4f9e9e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
posix-users/process_creation_and_execution.rst
r4f9e9e5 r8741d2c 314 314 :class: rtems-table 315 315 316 * - ``ENOSYS`` 317 - This routine is not supported by RTEMS. 318 319 **DESCRIPTION:** 320 321 This routine is not supported by RTEMS. 322 323 **NOTES:** 324 325 NONE 316 * - ``0`` 317 - This routine is a non-functional stub. 318 319 **DESCRIPTION:** 320 321 This routine is non-functional stub. 322 323 **NOTES:** 324 325 The POSIX specification for ``pthread_atfork()`` does not address the behavior 326 when in a single process environment. Originally, the RTEMS implementation 327 returned -1 and set errno to ``ENOSYS``. This was an arbitrary decision 328 part with no basis from the wider POSIX community. The FACE Technical 329 Standard includes profiles without multiple process support and defined 330 the behavior in a single process environment to return 0. Logically, the 331 application can register atfork handlers but they will never be invoked. 326 332 327 333 .. _wait: … … 345 351 346 352 .. list-table:: 347 :class: rtems-table353 348 354 349 355 * - ``ENOSYS``
Note: See TracChangeset
for help on using the changeset viewer.