diff options
| author | Nick Kralevich <nnk@google.com> | 2011-04-27 10:35:06 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-04-27 10:35:06 -0700 |
| commit | de35f2741c4e32e331a92be99f7c04b92b94beb2 (patch) | |
| tree | 3debc0260ec3ba326ab3ad743c3b2b44905e9deb /include/cutils | |
| parent | e3ab42457077ec2a66bac553e59a7fee08d4fa9e (diff) | |
| parent | 03752be0a437d12e19ac73ebe23385fe6f756e2c (diff) | |
| download | system_core-de35f2741c4e32e331a92be99f7c04b92b94beb2.tar.gz system_core-de35f2741c4e32e331a92be99f7c04b92b94beb2.tar.bz2 system_core-de35f2741c4e32e331a92be99f7c04b92b94beb2.zip | |
am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils.""
* commit '03752be0a437d12e19ac73ebe23385fe6f756e2c':
Revert "Fold uevent message origin checking from init into libcutils."
Diffstat (limited to 'include/cutils')
| -rw-r--r-- | include/cutils/uevent.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/cutils/uevent.h b/include/cutils/uevent.h deleted file mode 100644 index 587149c7..00000000 --- a/include/cutils/uevent.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2011 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef __CUTILS_UEVENT_H -#define __CUTILS_UEVENT_H - -#include <sys/socket.h> - -#ifdef __cplusplus -extern "C" { -#endif - -ssize_t uevent_checked_recv(int socket, void *buffer, size_t length); - -#ifdef __cplusplus -} -#endif - -#endif /* __CUTILS_UEVENT_H */ |
