Make revision to previous change

This commit is contained in:
Justine Tunney 2024-09-19 03:29:39 -07:00
parent 0d74673213
commit d50f4c02f6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 10 additions and 7 deletions

View file

@ -29,7 +29,7 @@ void __sig_generate(int, int);
void __sig_init(void);
char16_t *__sig_process_path(char16_t *, uint32_t);
atomic_ulong *__sig_map_process(int);
atomic_ulong *__sig_map_process(int, int);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_CALLS_SIGNALS_INTERNAL_H_ */