freebsd32_signal.h (95ee2897e98f5d444f26ed2334cc7c439f9c16c6) | freebsd32_signal.h (d060b420e0f6d8f6535dfcda6f580dad3f5613d3) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2006 David Xu <davidxu@freebsd.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 47 unchanged lines hidden (view full) --- 56 } _sigev_thread; 57 unsigned short _kevent_flags; 58 uint32_t __spare__[8]; 59 } _sigev_un; 60}; 61 62struct sigevent; 63int convert_sigevent32(struct sigevent32 *sig32, struct sigevent *sig); | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2006 David Xu <davidxu@freebsd.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 47 unchanged lines hidden (view full) --- 56 } _sigev_thread; 57 unsigned short _kevent_flags; 58 uint32_t __spare__[8]; 59 } _sigev_un; 60}; 61 62struct sigevent; 63int convert_sigevent32(struct sigevent32 *sig32, struct sigevent *sig); |
64void siginfo_to_siginfo32(const siginfo_t *src, struct siginfo32 *dst); | 64void siginfo_to_siginfo32(const siginfo_t *src, struct __siginfo32 *dst); |
65 66#endif /* !_COMPAT_FREEBSD32_SIGNAL_H_ */ | 65 66#endif /* !_COMPAT_FREEBSD32_SIGNAL_H_ */ |