~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to lib/sigprocmask.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 14:00:55 UTC
  • mfrom: (1.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801140055-ob48jo517shsyvgk
Tags: 1.4.10-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* POSIX compatible signal blocking.
2
 
   Copyright (C) 2006 Free Software Foundation, Inc.
 
2
   Copyright (C) 2006-2007 Free Software Foundation, Inc.
3
3
   Written by Bruno Haible <bruno@clisp.org>, 2006.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
19
19
#include <config.h>
20
20
 
21
21
/* Specification.  */
22
 
#include "sigprocmask.h"
 
22
#include <signal.h>
23
23
 
24
24
#include <errno.h>
25
25
#include <stdint.h>