Displaying 9 results from an estimated 9 matches for "readdir_r".
Did you mean:
readdir
2024 Aug 26
0
[ANNOUNCE] libdrm 2.4.123
Alex Deucher (2):
amdgpu: add new marketing names
amdgpu: add new marketing names
Dan Willemsen (1):
Convert to Android.bp
Daniel Stone (1):
libs: Tie DSO minor versions to libdrm version
Elliott Hughes (1):
readdir_r is deprecated.
Enrico Weigelt, metux IT consult (1):
Fix FTBS on undefined clock_gettime() and asprintf()
Inseob Kim (1):
Export include dirs with -isystem
Jason Macnak (2):
Makes libdrm available on host
Adds libdrm_headers
Jerry Zhang (1):
Make libdrm recovery_av...
2018 May 09
0
[ANNOUNCE] libdrm 2.4.92
...add Android build support
Inki Dae (1):
tests: fix memory leak issue
James Zhu (1):
tests/amdgpu: add vce mv tests support and sets
John Stultz (3):
libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64
libdrm: Use readdir instead of readdir_r to avoid build warnings
libdrm: gralloc_handle.h: Fix build issue with Android
Marek Olšák (1):
Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"
Matt Atwood (1):
Intel: Add a Kaby Lake PCI ID
Michel Dänzer (1):
amdgpu: Deinitialize vamgr_high{...
2000 Apr 24
1
Samba 2.0.6 Compilation Warning under Solaris 7
...---------------------------
>From "man lf64":
--------------------------------------------------------------------------------
.
.
.
<dirent.h>
struct dirent *readdir(); struct dirent64 *read-
dir64();
struct dirent *readdir_r(); struct dirent64
*readdir64_r();
.
.
.
--------------------------------------------------------------------------------
>From config.h:
--------------------------------------------------------------------------------
.
.
.
#define...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...HAVE_POLL_H 1 */
>
> /* "pragma pack" */
> /* #undef HAVE_PRAGMA_PACK */
>
> /* "pragma pack hppa/hp-ux style" */
> /* #undef HAVE_PRAGMA_PACK_HPPA */
>
> /* Define to 1 if you have the <pwd.h> header file. */
> #define HAVE_PWD_H 1
>
> /* readdir_r takes 2 arguments */
> /* #undef HAVE_READDIR_R_2 */
>
> /* readdir_r takes 3 arguments */
> /* #undef HAVE_READDIR_R_3 */
>
> /* Define to 1 if you have the `recvmsg' function. */
> /* #define HAVE_RECVMSG 1 */
>
> /* have resolv.h */
> /* #undef HAVE_RESOLV_H */...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...rtod
0000000000000000 DF *UND* 000000000000000d Base _ZNSt3__115recursive_mutex8try_lockEv
0000000000000000 DF *UND* 000000000000012a Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEmc
0000000000000000 DF *UND* 0000000000000188 GLIBC_2.2.5 readdir_r
0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 getrusage
0000000000000000 DF *UND* 0000000000000029 GLIBC_2.2.5 memcmp
0000000000000000 DF *UND* 00000000000003f1 GLIBC_2.2.5 inet_pton
0000000000000000 DF *UND* 0000000000000012 GLIBC_2.2.5 strtol
0000000000000000...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB.
I'm using clang-3.9 and this configuration:
-DLLVM_TARGETS_TO_BUILD="X86"
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...930ceb42]
2 HALPlugInManagement::RegisterPlugIns() + 51 (in CoreAudio) [0x930ced79]
1 HALPlugInManagement::OpenPlugInsInDirectory(__CFString const*, char const*) + 177 (in CoreAudio) [0x930cf56d]
1 readdir_r$INODE64 + 76 (in libSystem.B.dylib) [0x93704f47]
1 __getdirentries64 + 10 (in libSystem.B.dylib) [0x936e0e9a]
1 HALPlugInManagement::OpenPlugInsInDirectory(__CFString const*, char const*) + 445 (in CoreAudio) [0x930cf679]...