nuttx/libs/libc/unistd
Xiang Xiao 98be50a9bc libc: Implement posix_fallocate
as specified here:
https://pubs.opengroup.org/onlinepubs/007904875/functions/posix_fallocate.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-12-14 09:20:15 +01:00
..
Kconfig
lib_access.c libc: Implement access function correctly 2020-09-22 10:30:36 +02:00
lib_alarm.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_chdir.c
lib_daemon.c Remove all fclose with stdin, stdout and stderr 2020-10-29 20:43:50 +09:00
lib_execl.c libc: Replace all malloc/free to lib_malloc/lib_free 2020-07-29 10:14:27 +01:00
lib_fstatvfs.c fs/vfs: Implement statvfs and fstatvfs 2020-07-13 20:25:03 +01:00
lib_futimens.c libs/libc/time: add stub for futimes/ns(2) 2020-09-19 03:20:09 -07:00
lib_futimes.c libs/libc/time: add stub for futimes/ns(2) 2020-09-19 03:20:09 -07:00
lib_getcwd.c
lib_getegid.c
lib_geteuid.c
lib_getgid.c
lib_gethostname.c libc: Make gethostname as syscall instead of uname 2020-07-30 10:33:08 +09:00
lib_getopt.c unistd/getopt: remove count of arguments limits 2020-12-02 02:56:23 -06:00
lib_getoptargp.c
lib_getopterrp.c libc: Add opterr global variable 2020-11-21 07:01:08 -06:00
lib_getoptindp.c
lib_getoptoptp.c
lib_getpriority.c unistd/priority: Implement [s/g]etpriority(2) syscall 2020-09-19 01:06:51 -07:00
lib_getrlimit.c libs/libc/unistd: add dummy getrlimit & setrlimit support 2020-09-15 10:28:21 -03:00
lib_getrusage.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_gettid.c Move gettid() implementation to /libs/libc/unistd 2020-09-22 19:40:56 -07:00
lib_getuid.c
lib_pathconf.c libc: Implement pathconf and fpathconf 2020-06-23 17:34:54 +01:00
lib_pipe2.c libs/libc/unistd: Implement pipe2(2) syscall 2020-09-18 20:01:26 -07:00
lib_pipe.c libs/libc/unistd: Implement pipe2(2) syscall 2020-09-18 20:01:26 -07:00
lib_posix_fallocate.c libc: Implement posix_fallocate 2020-12-14 09:20:15 +01:00
lib_restoredir.c libc: Implement ftw and nftw function 2020-08-11 16:44:42 +09:00
lib_setegid.c
lib_seteuid.c
lib_setgid.c
lib_sethostname.c Fix nxstyle issue 2020-05-01 10:43:47 -03:00
lib_setpriority.c unistd/priority: Implement [s/g]etpriority(2) syscall 2020-09-19 01:06:51 -07:00
lib_setregid.c
lib_setreuid.c
lib_setrlimit.c libs/libc/unistd: add dummy getrlimit & setrlimit support 2020-09-15 10:28:21 -03:00
lib_setuid.c
lib_sleep.c
lib_statvfs.c fs/vfs: Implement statvfs and fstatvfs 2020-07-13 20:25:03 +01:00
lib_swab.c
lib_sysconf.c sysconf: add _SC_PAGESIZE sysconf support 2020-11-17 02:03:23 -08:00
lib_truncate.c
lib_usleep.c
lib_utimes.c libs/libc/time: Add stub for utimes 2020-08-29 23:21:47 +08:00
Make.defs libc: Implement posix_fallocate 2020-12-14 09:20:15 +01:00