source: branches/libc-0.6/src/emx/include/signal.h@ 2442

Last change on this file since 2442 was 1633, checked in by bird, 21 years ago

Bugfixing.

  • Property cvs2svn:cvs-rev set to 1.6
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 4.7 KB
Line 
1/** @file
2 * FreeBSD 5.1
3 * @changed bird: Added sighold(), sigignore(), sigrelse(). Added wrapper
4 * between the two sigpause() APIs.
5 * @changed bird: include sys/timespec.h.
6 */
7
8/*-
9 * Copyright (c) 1991, 1993
10 * The Regents of the University of California. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without