This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
19b81899de
nuttx
/
libs
/
libc
/
grp
History
Gregory Nutt
2fcff93d20
libs/libc/grp/lib_grp.c: Fix a warning when compiling on a 64-bit simulation. Cannot cast a pointer to unsigned in that case because unsigned (int) is only 32-bits, but the pointer is 64-bits.
2019-08-03 08:41:55 -06:00
..
lib_getgrgid.c
lib_getgrgidr.c
lib_getgrnam.c
lib_getgrnamr.c
lib_grp.c
lib_grp.h
lib_initgroups.c
Make.defs