mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move pwd.h functions into their own directory.
This commit is contained in:
parent
6259878db3
commit
c69b5fc34d
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ preadv.o \
|
||||||
print.o \
|
print.o \
|
||||||
psignal.o \
|
psignal.o \
|
||||||
putc.o \
|
putc.o \
|
||||||
pwent.o \
|
pwd/pwent.o \
|
||||||
pwritev.o \
|
pwritev.o \
|
||||||
raise.o \
|
raise.o \
|
||||||
readdirents.o \
|
readdirents.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
pwent.cpp
|
pwd/pwent.cpp
|
||||||
User database.
|
User database.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue