diff options
| author | cl <cl@NetBSD.org> | 2004-01-02 18:56:39 +0000 |
|---|---|---|
| committer | cl <cl@NetBSD.org> | 2004-01-02 18:56:39 +0000 |
| commit | 90e89977d42b5fc2ff53d911a4056c41b7118368 (patch) | |
| tree | fda99f763fad665588fd05d6c69e28f2bbfb6f9f /include | |
| parent | d5645dec8e267911a831b76eb56b87ae8af4c2db (diff) | |
- libc.so.12.109 and libpthread.so.0.4
- add ssize_t stackinfo_offset argument to sa_register syscall
- remove sa_unblockyield syscall
- make __sigprocmask14 syscall weak
- in pthread__sa_start: catch up with 4-argument sa_register syscall
Diffstat (limited to 'include')
| -rw-r--r-- | include/sa.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sa.h b/include/sa.h index d7c25a7cd82..c4e9ba2bc33 100644 --- a/include/sa.h +++ b/include/sa.h @@ -1,4 +1,4 @@ -/* $NetBSD: sa.h,v 1.3 2003/09/16 13:51:31 cl Exp $ */ +/* $NetBSD: sa.h,v 1.4 2004/01/02 18:56:39 cl Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -46,14 +46,13 @@ __BEGIN_DECLS -int sa_register __P((sa_upcall_t, sa_upcall_t *, int)); +int sa_register __P((sa_upcall_t, sa_upcall_t *, int, ssize_t)); int sa_stacks __P((int, stack_t *)); size_t sa_getstacksize __P((void)); int sa_enable __P((void)); int sa_setconcurrency __P((int)); int sa_yield __P((void)); int sa_preempt __P((int)); -int sa_unblockyield __P((int, void *, stack_t *)); __END_DECLS #endif /* !_SA_H_ */ |
