[haiku-commits] Re: BRANCH mmadia-github.separate-build-environment - src/build/libroot headers/build/posix_target/sys

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 09 Aug 2012 13:35:33 +0200

On 2012-08-09 at 04:49:19 [+0200], mmadia-github.separate-build-environment 
<community@xxxxxxxxxxxx> wrote:
> diff --git a/headers/build/posix_target/sys/target_stat.h 
> b/headers/build/posix_target/sys/target_stat.h
> index 56768cf..1839fc9 100644
> --- a/headers/build/posix_target/sys/target_stat.h
> +++ b/headers/build/posix_target/sys/target_stat.h
> @@ -10,6 +10,7 @@
>  #include <target_time.h>
>  
>  
> +// TODO: #8730 -- how to handle 'stat'?
>  struct stat {

Just like any other struct. The interesting part is the implementation of the 
functions dealing with the structure. That can be done like in the FS shell 
code.

CU, Ingo

Other related posts: