diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2008-04-29 14:52:55 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2008-04-29 14:52:55 +0000 |
commit | a8aea67f60a72b1711cb71efccb72de11c41f207 (patch) | |
tree | 6bf170efdb7819c77e575de381b56e29f4ff38de | |
parent | 1f9e20a3677c442e75e34274e1d0b2e85378d829 (diff) |
Remove duplicate psignal(3) and sys_siglist definitions. signal.h
is the correct place for them and nothing gets them from here in
base/xenocara/ports. no objection millert@ okay kettenis@
-rw-r--r-- | include/unistd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h index 0dbe24f6e42..6751bbb9b27 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.60 2008/04/24 20:43:20 kurt Exp $ */ +/* $OpenBSD: unistd.h,v 1.61 2008/04/29 14:52:54 kurt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -218,7 +218,6 @@ int issetugid(void); char *mkdtemp(char *); int mkstemps(char *, int); int nfssvc(int, void *); -void psignal(unsigned int, const char *); int profil(char *, size_t, unsigned long, unsigned int) __attribute__ ((__bounded__(__string__,1,2))); int quotactl(const char *, int, int, char *); @@ -255,7 +254,6 @@ void setusershell(void); int strtofflags(char **, u_int32_t *, u_int32_t *); int swapctl(int cmd, const void *arg, int misc); int syscall(int, ...); -extern __const char *__const sys_siglist[]; /* XXX - also in signal.h */ #endif /* __BSD_VISIBLE */ __END_DECLS |