Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
adb79a4852edf7bde90aff273fdf39de0c87ccb1
esp-idf/components/newlib/platform_include/sys/un.h

22 lines
433 B
C
Raw Normal View History

components: Change copyright in components files
2022-06-17 16:59:56 +02:00
/*
* SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
newlib: Fix header issues with C++ guards and implicit inclusion * Added C++ sentinels if missed * Used #pragma once, removed macro's with leading underscores * Updated copyright checker to allow "BSD-2-Clause-FreeBSD AND Apache-2.0" for newlib files * Fixed minor compilation issues/implicit inclusions
2022-07-04 11:53:42 +02:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
asio: initial idf port of asio library without ssl
2018-05-29 11:25:24 +02:00
#define AF_UNIX 1 /* local to host (pipes) */
struct sockaddr_un {
short sun_family; /*AF_UNIX*/
char sun_path[108]; /*path name */
};
newlib: Fix header issues with C++ guards and implicit inclusion * Added C++ sentinels if missed * Used #pragma once, removed macro's with leading underscores * Updated copyright checker to allow "BSD-2-Clause-FreeBSD AND Apache-2.0" for newlib files * Fixed minor compilation issues/implicit inclusions
2022-07-04 11:53:42 +02:00
#ifdef __cplusplus
}
#endif
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 114ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API