summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/dl-sysdep.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-01-23 16:36:24 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-01-23 16:36:24 +0100
commit58695b88a9deaecbcf7794760cc333177edaa2b4 (patch)
tree765d29781d024fb2667dee2f8b4fae4c9070b3c8 /sysdeps/unix/sysv/linux/dl-sysdep.h
parentdf1abbdf5db74ca564d2d944a87577bf4e909f86 (diff)
parent9a869d822025be8e43b78234997b10bf0cf9d859 (diff)
Merge commit 'refs/top-bases/baseline' into baseline
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-sysdep.h')
-rw-r--r--sysdeps/unix/sysv/linux/dl-sysdep.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-sysdep.h b/sysdeps/unix/sysv/linux/dl-sysdep.h
index 0fe1e1c3d0..096019f2a1 100644
--- a/sysdeps/unix/sysv/linux/dl-sysdep.h
+++ b/sysdeps/unix/sysv/linux/dl-sysdep.h
@@ -1,5 +1,5 @@
/* System-specific settings for dynamic linker code. Linux version.
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -30,8 +30,4 @@
/* Get version of the OS. */
extern int _dl_discover_osversion (void) attribute_hidden;
# define HAVE_DL_DISCOVER_OSVERSION 1
-
-#include <signal.h>
-void _dl_mask_all_signals (sigset_t *) internal_function;
-void _dl_unmask_all_signals (sigset_t *) internal_function;
#endif