#define SIGINT 2 /* interrupt */
#define SIGQUIT 3 /* quit */
#define SIGILL 4 /* illegal instruction (not reset when caught) */
#define SIGTRAP 5 /* trace trap (not reset when caught) */
#define SIGABRT 6 /* abort() */
#if defined(_POSIX_C_SOURCE)
#define SIGPOLL 7 /* pollable event ([XSR] generated, not supported) */
#else /* !_POSIX_C_SOURCE */
#define SIGIOT SIGABRT /* compatibility */
#define SIGEMT 7 /* EMT instruction */
#endif /* !_POSIX_C_SOURCE */
#define SIGFPE 8 /* floating point exception */
#define SIGKILL 9 /* kill (cannot be caught or ignored) */
#define SIGBUS 10 /* bus error */
#define SIGSEGV 11 /* segmentation violation */
#define SIGSYS 12 /* bad argument to system call */
#define SIGPIPE 13 /* write on a pipe with no one to read it */
#define SIGALRM 14 /* alarm clock */
#define SIGTERM 15 /* software termination signal from kill */
#define SIGURG 16 /* urgent condition on IO channel */
#define SIGSTOP 17 /* sendable stop signal not from tty */
#define SIGTSTP 18 /* stop signal from tty */
#define SIGCONT 19 /* continue a stopped process */
#define SIGCHLD 20 /* to parent on child stop or exit */
#define SIGTTIN 21 /* to readers pgrp upon background tty read */
#define SIGTTOU 22 /* like TTIN for output if (tp->t_local<OSTOP) */
#if !defined(_POSIX_C_SOURCE)
#define SIGIO 23 /* input/output possible signal */
#endif
#define SIGXCPU 24 /* exceeded CPU time limit */
#define SIGXFSZ 25 /* exceeded file size limit */
티스토리 뷰
#define SIGHUP 1 /* hangup */
'Computer > Android&iOS' 카테고리의 다른 글
[ GCM 구현 ] onHandleIntent not called. (호출안됨) (0) | 2015.01.13 |
---|---|
안드로이드 롤리팝(API 21) 5.0 대응 (0) | 2015.01.06 |
안드로이드 - ASP,PHP,JSP - SQL 한글깨짐 (0) | 2014.11.12 |
Application Class 는 Background에서 완벽한 동작을 보장하지 않는다. (0) | 2014.10.31 |
Android) onTouch return value (onTouch 리턴 값) (0) | 2014.10.24 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- git hub
- BBC 가쉽
- 배열
- CentOS
- 스위프트
- 서버
- nodejs
- xcode
- IOS
- 깃헙
- Node
- Asterisk
- C
- C언어
- 점유율
- 리눅스
- node.js
- Kotlin
- 안드로이드
- Android
- 앵커브리핑
- GIT
- 노드
- php
- 뉴스룸
- linux
- 손석희
- Swift
- mysql
- Phaser
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함