Changeset 440 for trunk/libs/mini-libc


Ignore:
Timestamp:
May 3, 2018, 5:51:22 PM (6 years ago)
Author:
alain
Message:

1/ Fix a bug in the Multithreaded "sort" applicationr:
The pthread_create() arguments must be declared as global variables.
2/ The exit syscall can be called by any thread of a process..

File:
1 edited

Legend:

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

    r439 r440  
    3232build/lib/libc.a: build $(OBJS)
    3333        $(AR) rc $@ $(OBJS)
    34         ranlib $@
     34        $(RANLIB) $@
    3535        cp $(SRCS:.c=.h) $(HAL)/generic/hal_user.h $(KERNEL)/syscalls/shared_syscalls.h build/include/.
    3636
Note: See TracChangeset for help on using the changeset viewer.