vfs: check userland buffers before reading them.
[haiku.git] / src / system / libroot / posix / arch / x86_64 / Jamfile
blobd09c71590e5a86cd0662b0267841a7d2547268bd
1 SubDir HAIKU_TOP src system libroot posix arch x86_64 ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
5         on $(architectureObject) {
6                 local architecture = $(TARGET_PACKAGING_ARCH) ;
8                 UsePrivateSystemHeaders ;
10                 local genericSources =
11                         setjmp_save_sigs.c
12                         longjmp_return.c
13                         ;
15                 MergeObject <$(architecture)>posix_arch_$(TARGET_ARCH).o :
16                         fenv.c
17                         sigsetjmp.S
18                         siglongjmp.S
20                         $(genericSources)
21                         ;
23                 SEARCH on [ FGristFiles $(genericSources) ]
24                         = [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
25         }