mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2026-05-06 23:36:19 +08:00
Adding mopria.c
This commit is contained in:
12
mopria.c
Normal file
12
mopria.c
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#include <locale.h>
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
|
// 08/28/2018 Mopria-notice: localeconv not present in Android.
|
||||||
|
inline struct lconv *localeconv(void) {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 08/28/2018 Mopria-notice: pthread_cancel not present in Android
|
||||||
|
void pthread_cancel(int thread) {
|
||||||
|
// Ignore thread cancel attempts
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user