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-libpthread/Makefile

    r439 r440  
    3434build/lib/libpthread.a: build $(OBJS)
    3535        $(AR) rc $@ $(OBJS) $(OBJS_LIBC)
    36         ranlib $@
     36        $(RANLIB) $@
    3737        cp $(SRCS:.c=.h) $(HAL)/generic/hal_user.h $(KERNEL)/syscalls/shared_syscalls.h build/include/.
    3838
Note: See TracChangeset for help on using the changeset viewer.