Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/include



On Fri, Jan 05, 2018 at 06:57:06PM +0000, Kamil Rytarowski wrote:
> Module Name:	src
> Committed By:	kamil
> Date:		Fri Jan  5 18:57:06 UTC 2018
> 
> Modified Files:
> 	src/lib/libc/include: namespace.h
> 
> Log Message:
> Register more syscalls in namespace.h (of libc)
> 
> Add weak symbols for:
>  - fcntl
>  - close
>  - execve
>  - setcontext
>  - wait6
>  - write
>  - writev

Most of those are standard library calls. They should not be weak unless
they are also a cancellation point.

Joerg


Home | Main Index | Thread Index | Old Index