diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 20:10:14 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 20:10:14 +0000 |
commit | b7ca7d087dc370a7c0228b020739c8ede40ebb88 (patch) | |
tree | fb06d971ad84d55f7a1f64a8b58147e053c64022 /libc/stdlib/abort.c | |
parent | 121d3f0fa26162682586580475aa96014fc47c53 (diff) |
Convert the rest of users to hidden
Diffstat (limited to 'libc/stdlib/abort.c')
-rw-r--r-- | libc/stdlib/abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c index 83a052abe..f2ba16c7c 100644 --- a/libc/stdlib/abort.c +++ b/libc/stdlib/abort.c @@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */ /* Hacked up for uClibc by Erik Andersen */ -#define sigaction __sigaction_internal +#define sigaction __sigaction #define _GNU_SOURCE #include <features.h> |