libc_private.h (08a7e74c7c0169d863bb2e1abcaaeae8ec589fae) | libc_private.h (c1e80940f3b4030df0aaed73028053af057e476d) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. 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 --- 391 unchanged lines hidden (view full) --- 400int __libc_system(const char *); 401int __libc_tcdrain(int); 402int __fcntl_compat(int fd, int cmd, ...); 403 404int __sys_futimens(int fd, const struct timespec *times) __hidden; 405int __sys_utimensat(int fd, const char *path, 406 const struct timespec *times, int flag) __hidden; 407 | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. 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 --- 391 unchanged lines hidden (view full) --- 400int __libc_system(const char *); 401int __libc_tcdrain(int); 402int __fcntl_compat(int fd, int cmd, ...); 403 404int __sys_futimens(int fd, const struct timespec *times) __hidden; 405int __sys_utimensat(int fd, const char *path, 406 const struct timespec *times, int flag) __hidden; 407 |
408__size_t __arc4_sysctl(unsigned char *, __size_t); 409 | |
410/* execve() with PATH processing to implement posix_spawnp() */ 411int _execvpe(const char *, char * const *, char * const *); 412 413int _elf_aux_info(int aux, void *buf, int buflen); 414struct dl_phdr_info; 415int __elf_phdr_match_addr(struct dl_phdr_info *, void *); 416void __init_elf_aux_vector(void); 417void __libc_map_stacks_exec(void); --- 12 unchanged lines hidden --- | 408/* execve() with PATH processing to implement posix_spawnp() */ 409int _execvpe(const char *, char * const *, char * const *); 410 411int _elf_aux_info(int aux, void *buf, int buflen); 412struct dl_phdr_info; 413int __elf_phdr_match_addr(struct dl_phdr_info *, void *); 414void __init_elf_aux_vector(void); 415void __libc_map_stacks_exec(void); --- 12 unchanged lines hidden --- |