1#include <spawn.h> 2#include <unsupported_api.h> 3 4int posix_spawnattr_destroy(posix_spawnattr_t *attr) 5{ 6 UNSUPPORTED_API_VOID(LITEOS_A); 7 return 0; 8} 9
1#include <spawn.h> 2#include <unsupported_api.h> 3 4int posix_spawnattr_destroy(posix_spawnattr_t *attr) 5{ 6 UNSUPPORTED_API_VOID(LITEOS_A); 7 return 0; 8} 9