Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今日、私は問題に直面しました-androidのndkにはSUN_LENマクロ(sys / un.h || linux / un.h)がありません。androidのヘッダーにパッチを適用したくないのですが、どうすればよいですか?
ヘッダーにパッチを適用せず、独自のファイルで定義してください。
#ifndef SUN_LEN //In case they fix it down the road #define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen((ptr)->sun_path)) #endif