This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 13:56:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
df4e24ddeb9743a49d6338ffb542eef3f625dbc8
nuttx
/
libc
/
unistd
T
History
Gregory Nutt
1018296e27
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
..
lib_access.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_chdir.c
…
lib_execl.c
Oop.. forgot a semicolon in a preceding commit
2015-02-09 11:16:01 -06:00
lib_getcwd.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_getopt.c
…
lib_getoptargp.c
…
lib_getoptindp.c
…
lib_getoptoptp.c
…
lib_sleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_usleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
Make.defs
From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
2014-11-11 11:52:24 -06:00