Ignore:
Timestamp:
Oct 10, 2020, 4:41:37 PM (4 years ago)
Author:
alain
Message:

Introduce the non-standatd display_socket() syscall.
Improve the non-standard get_string() syscall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/Makefile

    r445 r661  
    1414       mman.c    \
    1515       signal.c  \
     16       socket.c  \
    1617       stat.c    \
    1718       stdio.c   \
     
    5556        cp mman.h    build/include/sys/.
    5657        cp signal.h  build/include/.
     58        cp socket.h  build/include/sys/.
    5759        cp stat.h    build/include/sys/.
    5860        cp stdio.h   build/include/.
Note: See TracChangeset for help on using the changeset viewer.