Changeset c47e1a8 in mainline for uspace/lib/c/generic/clipboard.c
- Timestamp:
- 2010-05-21T07:50:04Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d51ee2b
- Parents:
- cf8cc36 (diff), 15b592b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/generic/clipboard.c (moved) (moved from uspace/lib/libc/generic/clipboard.c ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/clipboard.c
rcf8cc36 rc47e1a8 42 42 #include <ipc/clipboard.h> 43 43 #include <async.h> 44 #include <str ing.h>44 #include <str.h> 45 45 #include <errno.h> 46 46 #include <malloc.h> … … 148 148 aid_t req = async_send_1(clip_phone, CLIPBOARD_GET_DATA, tag, NULL); 149 149 rc = async_data_read_start(clip_phone, (void *) sbuf, size); 150 if ( rc == EOVERFLOW) {150 if ((int) rc == EOVERFLOW) { 151 151 /* 152 152 * The data in the clipboard has changed since
Note:
See TracChangeset
for help on using the changeset viewer.
