Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2362c2b authored by Mathias Agopian's avatar Mathias Agopian Committed by The Android Open Source Project
Browse files

am fee77ec0: don\'t use cdefs.h as it breaks the windows build.

Merge commit 'fee77ec0'

* commit 'fee77ec0':
  don't use cdefs.h as it breaks the windows build.
parents 8a88939d fee77ec0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
#ifndef NATIVE_HANDLE_H_
#define NATIVE_HANDLE_H_

#include <sys/cdefs.h>

__BEGIN_DECLS
#ifdef __cplusplus
extern "C" {
#endif

typedef struct
{
@@ -66,6 +66,8 @@ native_handle_t* native_handle_create(int numFds, int numInts);
int native_handle_delete(native_handle_t* h);


__END_DECLS
#ifdef __cplusplus
}
#endif

#endif /* NATIVE_HANDLE_H_ */