The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

_exit (2)
  • _exit (2) ( Solaris man: Системные вызовы )
  • >> _exit (2) ( FreeBSD man: Системные вызовы )
  • _exit (2) ( Русские man: Системные вызовы )
  • _exit (2) ( Linux man: Системные вызовы )
  • _exit (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    _exit
    
     - terminate the calling process
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <unistd.h>
    void _exit (int status);
     

    DESCRIPTION

    The _exit ();
    system call terminates a process with the following consequences:

    Most C programs call the library routine exit(3), which flushes buffers, closes streams, unlinks temporary files, etc., before calling _exit (.);
     

    RETURN VALUES

    The _exit ();
    system call can never return.  

    SEE ALSO

    fork(2), sigaction(2), wait(2), exit(3), init(8)  

    STANDARDS

    The _exit ();
    system call is expected to conform to St -p1003.1-90 .  

    HISTORY

    The _exit ();
    function appeared in AT&T System v7 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру