Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
  • Loading branch information
Ulrich Drepper committed Oct 8, 1998
1 parent 9ea350a commit 16e866f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
1998-10-08 Ulrich Drepper <drepper@cygnus.com>

* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.

* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
Ruffian entry back.
Patch by Christian Gafton.
Expand Down
5 changes: 5 additions & 0 deletions signal/sigsetops.c
@@ -1,6 +1,11 @@
/* Define the real-function versions of all inline functions
defined in signal.h (or bits/sigset.h). */

#include <features.h>

#define _EXTERN_INLINE
#ifndef __USE_EXTERN_INLINES
# define __USE_EXTERN_INLINES 1
#endif

#include "signal.h"

0 comments on commit 16e866f

Please sign in to comment.