summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/lckpwdf.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-08 20:10:14 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-08 20:10:14 +0000
commitb7ca7d087dc370a7c0228b020739c8ede40ebb88 (patch)
treefb06d971ad84d55f7a1f64a8b58147e053c64022 /libc/pwd_grp/lckpwdf.c
parent121d3f0fa26162682586580475aa96014fc47c53 (diff)
Convert the rest of users to hidden
Diffstat (limited to 'libc/pwd_grp/lckpwdf.c')
-rw-r--r--libc/pwd_grp/lckpwdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c
index 2b3fa7596..9bba9b5fe 100644
--- a/libc/pwd_grp/lckpwdf.c
+++ b/libc/pwd_grp/lckpwdf.c
@@ -20,7 +20,8 @@
Boston, MA 02111-1307, USA. */
#define sigfillset __sigfillset_internal
-#define sigaction __sigaction_internal
+#define sigaction __sigaction
+#define alarm __alarm
#include <features.h>
#include <fcntl.h>